@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* vertical-align:baseline; */
  background: transparent;

}


html, body {
  font-size: 62.5%;
}

html {
  font-size: 100px;
}

body {
  line-height: 1;
  font: .18rem/1.5 '\5FAE\8F6F\96C5\9ED1',tahoma,arial,'Hiragino Sans GB','\5b8b\4f53',sans-serif;
}

ol, ul {
  list-style: none;
}

nav ul {
  list-style: none;
}

h1, h2, h3 {
  font-weight: normal;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  text-decoration: none;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 按要求改变边框的颜色 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

button, input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  vertical-align: baseline;
  *vertical-align: middle;
  outline: none;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

button[disabled], input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

body {
  -webkit-tap-highlight-color: rgba(48, 124, 186, 0);
}

/** 
* 修改时间：2014-06-26
* 修改人：ABpasser
**/
/* 块状元素水平居中 */
.auto {
  margin-left: auto;
  margin-right: auto;
}

/* 行内元素对齐 */
.vm {
  vertical-align: middle;
}

.vt {
  vertical-align: top;
}

.vb {
  vertical-align: bottom;
}

/* display */
.dn {
  display: none;
}

.di {
  display: inline;
}

.db {
  display: block;
}

.dib {
  display: inline-block;
}

.w10 {
  width: 0.1rem;
}

.w10p {
  width: 10%;
}

.w20 {
  width: 0.2rem;
}

.w20p {
  width: 20%;
}

.w30 {
  width: 0.3rem;
}

.w30p {
  width: 30%;
}

.w40 {
  width: 0.4rem;
}

.w40p {
  width: 40%;
}

.w50 {
  width: 0.5rem;
}

.w50p {
  width: 50%;
}

.w60 {
  width: 0.6rem;
}

.w60p {
  width: 60%;
}

.w70 {
  width: 0.7rem;
}

.w70p {
  width: 70%;
}

.w80 {
  width: 0.8rem;
}

.w80p {
  width: 80%;
}

.w90 {
  width: 0.9rem;
}

.w90p {
  width: 90%;
}

.w100 {
  width: 1rem;
}

.w100p {
  width: 100%;
}

.w90p {
  width: 90%;
  padding-left: 5%;
  padding-right: 5%;
}

.w95p {
  width: 95%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.h100p {
  height: 100%;
}

.mt0 {
  margin-top: 0px;
}

.mb0 {
  margin-bottom: 0px;
}

.ml0 {
  margin-left: 0px;
}

.mr0 {
  margin-right: 0px;
}

.p0 {
  padding: 0px;
}

.pt0 {
  padding-top: 0px;
}

.pb0 {
  padding-bottom: 0px;
}

.pl0 {
  padding-left: 0px;
}

.pr0 {
  padding-right: 0px;
}

.mt1 {
  margin-top: 1px;
}

.mb1 {
  margin-bottom: 1px;
}

.ml1 {
  margin-left: 1px;
}

.mr1 {
  margin-right: 1px;
}

.p1 {
  padding: 1px;
}

.pt1 {
  padding-top: 1px;
}

.pb1 {
  padding-bottom: 1px;
}

.pl1 {
  padding-left: 1px;
}

.pr1 {
  padding-right: 1px;
}

.mt2 {
  margin-top: 2px;
}

.mb2 {
  margin-bottom: 2px;
}

.ml2 {
  margin-left: 2px;
}

.mr2 {
  margin-right: 2px;
}

.p2 {
  padding: 2px;
}

.pt2 {
  padding-top: 2px;
}

.pb2 {
  padding-bottom: 2px;
}

.pl2 {
  padding-left: 2px;
}

.pr2 {
  padding-right: 2px;
}

.mt3 {
  margin-top: 3px;
}

.mb3 {
  margin-bottom: 3px;
}

.ml3 {
  margin-left: 3px;
}

.mr3 {
  margin-right: 3px;
}

.p3 {
  padding: 3px;
}

.pt3 {
  padding-top: 3px;
}

.pb3 {
  padding-bottom: 3px;
}

.pl3 {
  padding-left: 3px;
}

.pr3 {
  padding-right: 3px;
}

.mt4 {
  margin-top: 4px;
}

.mb4 {
  margin-bottom: 4px;
}

.ml4 {
  margin-left: 4px;
}

.mr4 {
  margin-right: 4px;
}

.p4 {
  padding: 4px;
}

.pt4 {
  padding-top: 4px;
}

.pb4 {
  padding-bottom: 4px;
}

.pl4 {
  padding-left: 4px;
}

.pr4 {
  padding-right: 4px;
}

.mt5 {
  margin-top: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.ml5 {
  margin-left: 5px;
}

.mr5 {
  margin-right: 5px;
}

.p5 {
  padding: 5px;
}

.pt5 {
  padding-top: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.pl5 {
  padding-left: 5px;
}

.pr5 {
  padding-right: 5px;
}

.pr10p {
  padding-right: 10%;
}

.mr10p {
  margin-right: 10%;
}

.pt100 {
  padding-top: 1rem;
}

.pb100 {
  padding-bottom: 1rem;
}

.pb60 {
  padding-bottom: .6rem;
}

.mt-1 {
  margin-top: -1px;
}

.mb-1 {
  margin-bottom: -1px;
}

.ml-1 {
  margin-left: -1px;
}

.mr-1 {
  margin-right: -1px;
}

/* padding */
.p5 {
  padding: .05rem;
}

.p10 {
  padding: .10rem;
}

.p15 {
  padding: .15rem;
}

.p20 {
  padding: .20rem;
}

.p30 {
  padding: .30rem;
}

.pl5 {
  padding-left: .05rem;
}

.pt5 {
  padding-top: .05rem;
}

.pr5 {
  padding-right: .05rem;
}

.pb5 {
  padding-bottom: .05rem;
}

.pl10 {
  padding-left: .10rem;
}

.pt10 {
  padding-top: .10rem;
}

.pr10 {
  padding-right: .10rem;
}

.pb10 {
  padding-bottom: .10rem;
}

.pl15 {
  padding-left: .15rem;
}

.pt15 {
  padding-top: .15rem;
}

.pr15 {
  padding-right: .15rem;
}

.pb15 {
  padding-bottom: .15rem;
}

.pl20 {
  padding-left: .20rem;
}

.pt20 {
  padding-top: .20rem;
}

.pr20 {
  padding-right: .20rem;
}

.pb20 {
  padding-bottom: .20rem;
}

.pl30 {
  padding-left: .30rem;
}

.pt30 {
  padding-top: .30rem;
}

.pr30 {
  padding-right: .30rem;
}

.pb30 {
  padding-bottom: .30rem;
}

/* margin */
.ml10 {
  margin-left: .10rem;
}

.mr10 {
  margin-right: .10rem;
}

.mt10 {
  margin-top: .10rem;
}

.mb10 {
  margin-bottom: .10rem;
}

.ml20 {
  margin-left: .20rem;
}

.mr20 {
  margin-right: .20rem;
}

.mt20 {
  margin-top: .20rem;
}

.mb20 {
  margin-bottom: .20rem;
}

.ml30 {
  margin-left: .30rem;
}

.mr30 {
  margin-right: .30rem;
}

.mt30 {
  margin-top: .30rem;
}

.mb30 {
  margin-bottom: .30rem;
}

/* float */
.fl {
  float: left;
  display: inline;
}

.fr {
  float: right;
  display: inline;
}

/* position */
.rel {
  position: relative;
}

.abs {
  position: absolute;
}

.b0 {
  bottom: 0;
}

.t0 {
  top: 0;
}

.l0 {
  left: 0;
}

.r0 {
  right: 0;
}

/* 清除浮动*/
.cf {
  *zoom: 1;
}

.cf:after {
  display: table;
  content: '';
  clear: both;
}

/* text-align */
.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.tl {
  text-align: left;
}

/* font-style */
.n {
  font-weight: normal;
  font-style: normal;
}

.b {
  font-weight: bold;
}

.ovh {
  overflow: hidden;
}

.bgn {
  background: none !important;
}

.bdr5 {
  border-radius: 5px;
}

.f12 {
  font-size: .12rem;
}

.f14 {
  font-size: .14rem;
}

.f16 {
  font-size: .16rem;
}

.f18 {
  font-size: .18rem;
}

.f20 {
  font-size: .2rem;
}

.ti2 {
  text-indent: 2em;
}

.lh20 {
  line-height: 2;
}

.lh22 {
  line-height: 2.2;
}

.lh24 {
  line-height: 2.4;
}

.lh26 {
  line-height: 2.6;
}

.lh28 {
  line-height: 2.8;
}

.lh30 {
  line-height: 3;
}

.lh36 {
  line-height: 3.6;
}

.lh40 {
  line-height: 4;
}

.bdn {
  border: none !important;
}

.bte {
  border-top: 1px solid #eee;
}

.bbe {
  border-bottom: 1px solid #eee;
}

.bde {
  border: 1px solid #eee;
}

.btd {
  border-top: 1px solid #ddd;
}

.bbd {
  border-bottom: 1px solid #ddd;
}

.bdd {
  border: 1px solid #ddd;
}

.btc {
  border-top: 1px solid #ccc;
}

.bbc {
  border-bottom: 1px solid #ccc;
}

.bdc {
  border: 1px solid #ccc;
}

.bt6 {
  border-top: 1px solid #666;
}

.bb6 {
  border-bottom: 1px solid #666;
}

.bd6 {
  border: 1px solid #666;
}

.bte_dashed {
  border-top: 1px dashed #eee;
}

.bgfff {
  background: #fff;
}

.bgeee {
  background: #eee;
}

.bgccc {
  background: #ccc;
}

.bg888 {
  background: #888;
}

.bgf5 {
  background: #f5f5f5;
}

.cfff {
  color: #fff;
}

.ceee {
  color: #eee;
}

.cddd {
  color: #ddd;
}

.cccc {
  color: #ccc;
}

.c999 {
  color: #999;
}

.c666 {
  color: #666;
}

.c333 {
  color: #333;
}

.c000 {
  color: #000;
}

/* 主色 */
/* 橙色 */
/* 红色 */
@-webkit-keyframes opacityframe {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes opacityframe {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

#loading_svg .r1 {
  opacity: 0;
  -webkit-animation: opacityframe 0.72s 0.02s ease-in-out forwards infinite;
  animation: opacityframe 0.72s 0.02s ease-in-out forwards infinite;
}

#loading_svg .r2 {
  opacity: 0;
  -webkit-animation: opacityframe 0.72s 0.04s ease-in-out forwards infinite;
  animation: opacityframe 0.72s 0.04s ease-in-out forwards infinite;
}

#loading_svg .r3 {
  opacity: 0;
  -webkit-animation: opacityframe 0.72s 0.06s ease-in-out forwards infinite;
  animation: opacityframe 0.72s 0.06s ease-in-out forwards infinite;
}

#loading_svg .r4 {
  opacity: 0;
  -webkit-animation: opacityframe 0.72s 0.08s ease-in-out forwards infinite;
  animation: opacityframe 0.72s 0.08s ease-in-out forwards infinite;
}

#loading_svg .r5 {
  opacity: 0;
  -webkit-animation: opacityframe 0.72s 0.1s ease-in-out forwards infinite;
  animation: opacityframe 0.72s 0.1s ease-in-out forwards infinite;
}

#loading_svg .r6 {
  opacity: 0;
  -webkit-animation: opacityframe 0.72s 0.12s ease-in-out forwards infinite;
  animation: opacityframe 0.72s 0.12s ease-in-out forwards infinite;
}

#loading_svg .r7 {
  opacity: 0;
  -webkit-animation: opacityframe 0.72s 0.14s ease-in-out forwards infinite;
  animation: opacityframe 0.72s 0.14s ease-in-out forwards infinite;
}

#loading_svg .r8 {
  opacity: 0;
  -webkit-animation: opacityframe 0.72s 0.16s ease-in-out forwards infinite;
  animation: opacityframe 0.72s 0.16s ease-in-out forwards infinite;
}

#loading_svg .r9 {
  opacity: 0;
  -webkit-animation: opacityframe 0.72s 0.18s ease-in-out forwards infinite;
  animation: opacityframe 0.72s 0.18s ease-in-out forwards infinite;
}

#loading_svg .r10 {
  opacity: 0;
  -webkit-animation: opacityframe 0.72s 0.2s ease-in-out forwards infinite;
  animation: opacityframe 0.72s 0.2s ease-in-out forwards infinite;
}

#loading_svg .r11 {
  opacity: 0;
  -webkit-animation: opacityframe 0.72s 0.22s ease-in-out forwards infinite;
  animation: opacityframe 0.72s 0.22s ease-in-out forwards infinite;
}

#loading_svg .r12 {
  opacity: 0;
  -webkit-animation: opacityframe 0.72s 0.24s ease-in-out forwards infinite;
  animation: opacityframe 0.72s 0.24s ease-in-out forwards infinite;
}

#loading_svg .r13 {
  opacity: 0;
  -webkit-animation: opacityframe 0.72s 0.26s ease-in-out forwards infinite;
  animation: opacityframe 0.72s 0.26s ease-in-out forwards infinite;
}

#loading_svg .r14 {
  opacity: 0;
  -webkit-animation: opacityframe 0.72s 0.28s ease-in-out forwards infinite;
  animation: opacityframe 0.72s 0.28s ease-in-out forwards infinite;
}

#loading_svg .r15 {
  opacity: 0;
  -webkit-animation: opacityframe 0.72s 0.3s ease-in-out forwards infinite;
  animation: opacityframe 0.72s 0.3s ease-in-out forwards infinite;
}

#loading_svg .r16 {
  opacity: 0;
  -webkit-animation: opacityframe 0.72s 0.32s ease-in-out forwards infinite;
  animation: opacityframe 0.72s 0.32s ease-in-out forwards infinite;
}

#loading_svg .r17 {
  opacity: 0;
  -webkit-animation: opacityframe 0.72s 0.34s ease-in-out forwards infinite;
  animation: opacityframe 0.72s 0.34s ease-in-out forwards infinite;
}

#loading_svg .r18 {
  opacity: 0;
  -webkit-animation: opacityframe 0.72s 0.36s ease-in-out forwards infinite;
  animation: opacityframe 0.72s 0.36s ease-in-out forwards infinite;
}

#loading_svg .r19 {
  opacity: 0;
  -webkit-animation: opacityframe 0.72s 0.38s ease-in-out forwards infinite;
  animation: opacityframe 0.72s 0.38s ease-in-out forwards infinite;
}

#loading_svg .r20 {
  opacity: 0;
  -webkit-animation: opacityframe 0.72s 0.4s ease-in-out forwards infinite;
  animation: opacityframe 0.72s 0.4s ease-in-out forwards infinite;
}

#loading_svg .r21 {
  opacity: 0;
  -webkit-animation: opacityframe 0.72s 0.42s ease-in-out forwards infinite;
  animation: opacityframe 0.72s 0.42s ease-in-out forwards infinite;
}

#loading_svg .r22 {
  opacity: 0;
  -webkit-animation: opacityframe 0.72s 0.44s ease-in-out forwards infinite;
  animation: opacityframe 0.72s 0.44s ease-in-out forwards infinite;
}

#loading_svg .r23 {
  opacity: 0;
  -webkit-animation: opacityframe 0.72s 0.46s ease-in-out forwards infinite;
  animation: opacityframe 0.72s 0.46s ease-in-out forwards infinite;
}

#loading_svg .r24 {
  opacity: 0;
  -webkit-animation: opacityframe 0.72s 0.48s ease-in-out forwards infinite;
  animation: opacityframe 0.72s 0.48s ease-in-out forwards infinite;
}

#loading_svg .r25 {
  opacity: 0;
  -webkit-animation: opacityframe 0.72s 0.5s ease-in-out forwards infinite;
  animation: opacityframe 0.72s 0.5s ease-in-out forwards infinite;
}

#loading_svg .r26 {
  opacity: 0;
  -webkit-animation: opacityframe 0.72s 0.52s ease-in-out forwards infinite;
  animation: opacityframe 0.72s 0.52s ease-in-out forwards infinite;
}

#loading_svg .r27 {
  opacity: 0;
  -webkit-animation: opacityframe 0.72s 0.54s ease-in-out forwards infinite;
  animation: opacityframe 0.72s 0.54s ease-in-out forwards infinite;
}

#loading_svg .r28 {
  opacity: 0;
  -webkit-animation: opacityframe 0.72s 0.56s ease-in-out forwards infinite;
  animation: opacityframe 0.72s 0.56s ease-in-out forwards infinite;
}

#loading_svg .r29 {
  opacity: 0;
  -webkit-animation: opacityframe 0.72s 0.58s ease-in-out forwards infinite;
  animation: opacityframe 0.72s 0.58s ease-in-out forwards infinite;
}

#loading_svg .r30 {
  opacity: 0;
  -webkit-animation: opacityframe 0.72s 0.6s ease-in-out forwards infinite;
  animation: opacityframe 0.72s 0.6s ease-in-out forwards infinite;
}

#loading_svg .r31 {
  opacity: 0;
  -webkit-animation: opacityframe 0.72s 0.62s ease-in-out forwards infinite;
  animation: opacityframe 0.72s 0.62s ease-in-out forwards infinite;
}

#loading_svg .r32 {
  opacity: 0;
  -webkit-animation: opacityframe 0.72s 0.64s ease-in-out forwards infinite;
  animation: opacityframe 0.72s 0.64s ease-in-out forwards infinite;
}

#loading_svg .r33 {
  opacity: 0;
  -webkit-animation: opacityframe 0.72s 0.66s ease-in-out forwards infinite;
  animation: opacityframe 0.72s 0.66s ease-in-out forwards infinite;
}

#loading_svg .r34 {
  opacity: 0;
  -webkit-animation: opacityframe 0.72s 0.68s ease-in-out forwards infinite;
  animation: opacityframe 0.72s 0.68s ease-in-out forwards infinite;
}

#loading_svg .r35 {
  opacity: 0;
  -webkit-animation: opacityframe 0.72s 0.7s ease-in-out forwards infinite;
  animation: opacityframe 0.72s 0.7s ease-in-out forwards infinite;
}

#loading_svg .r36 {
  opacity: 0;
  -webkit-animation: opacityframe 0.72s 0.72s ease-in-out forwards infinite;
  animation: opacityframe 0.72s 0.72s ease-in-out forwards infinite;
}

@-webkit-keyframes rotateframe {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotateframe {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.bar_link {
  width: 95%;
  padding: 0 2.5%;
  font-size: 1.6rem;
  color: #88CFFB;
}

.bar_link a, .bar_link span {
  padding: 5px;
  color: #88CFFB;
  display: inline-block;
  vertical-align: middle;
}

.bar_link .ico_home {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  background: url("ico_home.png") left center no-repeat;
  background-size: 18px 18px;
  padding-left: 28px;
  line-height: 2.6;
  line-height: 2;
}

#loadingbox {
  position: fixed;
  z-index: 1000;
  width: auto;
  height: 60px;
  line-height: 60px;
  padding: 10px;
  border-radius: 10px;
  color: #fff;
  font-family: simsun;
}

.color_main {
  color: #3B7BC0;
}

.bg_main {
  background-color: #3B7BC0;
}

.color_orange {
  color: #E87002;
}

.color_red {
  color: #EA2425;
}

.level {
  font-size: 0;
}

.level li {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  font-size: .14rem;
  margin-left: .1rem;
}
.level li a{
  font-size: .16rem;
  display: block;
  padding: .05rem;
  border-bottom: 4px solid transparent;
  padding-bottom: .15rem;
    font-family:"微软雅黑","雅黑",arial,verdana,sans-serif;
font-weight: 550;
  color: #000000;
}


.dl dl {
  width: 100%;
  clear: both;
  font-size: 0;
}

.dl dt, .dl dd {
  vertical-align: middle;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  font-size: 1.4rem;
}

.dl dt {
  padding-right: 10px;
  text-align: right;
}

.dl .vt {
  vertical-align: top;
}

.dl .tl {
  text-align: left;
}

.otw, .slgc_content .slgc_item .names, ._f_tech_cn ._f_tech_title {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 多行文字截断 */
.text-cut2 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.text-cut3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.jusb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.jusa {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.juc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.alc {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* 1:100 */
.container_index {
  padding: 0.15rem 0.15rem 0 0.15rem;
}

.new_title {
  font-size: .18rem;
  margin-top: .15rem;
  color: #333;
  line-height: .2rem;
  text-align: center;
  font-weight: bold;
}

#news_pc_swiper {
  position: relative;
  overflow: hidden;
  height: 100%;
}

#news_pc_swiper .bd li {
  width: 100%;
}

#news_pc_swiper .bd .swiper-slide_div {
  display: block;
  position: relative;
}

#news_pc_swiper .bd .slide_photo {
  width: 100%;
  max-height: 408px;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

#news_pc_swiper .swiper_title_pc {
  color: #ffffff;
  position: absolute;
  bottom: 0.15rem;
  z-index: 10;
  font-size: 0.16rem;
  margin-left: 0.28rem;
  max-width: calc(100% - 2.2rem);
}

#news_pc_swiper .pc_swiper_pnews {
  right: 0.24rem;
  left: auto;
  position: absolute;
  z-index: 20;
  bottom: 0.18rem;
}

#news_pc_swiper .pc_swiper_pnews li {
  width: 0.21rem !important;
  height: 0.21rem !important;
  display: inline-block;
  border-radius: 0.03rem;
  background-color: rgba(255, 255, 255, 0.32);
  margin-left: 0.03rem;
  color: #cbc5c5;
  font-size: 0.14rem;
  opacity: 1;
  text-align: center;
  cursor: pointer;
}

#news_pc_swiper .pc_swiper_pnews li.on {
  color: #ffffff;
  background: #0057b4;
  width: 0.21rem !important;
  height: 0.21rem !important;
  cursor: pointer;
}

.slide_banner {
  display: block;
  height: 100%;
  width: 100%;
}

.index_content {
  width: 100%;
  background: #f5f6f8;
  position: relative;
  padding-bottom: 0.4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.index_top {
  width: 100%;
  background: #007aff;
  background-color: #ffffff;
  padding: 0.15rem 0.24rem;
  margin-bottom: 0.09rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.index_top_left {
  width: 40%;
  height: 100%;
  float: left;
}

.index_top_right{
  padding: 0 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 40% - 20%);
  height: 100%;float: left;
}

.right_swiperimgbox{
  width: 20%;float: right;
}

.right_swiperimgbox .focusing_title {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.right_swiperimgbox .swiper_right_img {
  height: 356px;
}

.right_swiperimgbox .swiper_right_img .swiper-slide {
  display: block;
  height: auto;
}

.right_swiperimgbox .swiper_right_img .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.right_swiperimgbox .opbxcotrl_rightimg {
  font-size: 0;
  padding-top: 5px;
}

.right_swiperimgbox .opbxcotrl_rightimg span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  height: 20px;
  width: 20px;
  position: relative;
  cursor: pointer;
}

.right_swiperimgbox .opbxcotrl_rightimg span:before {
  content: '';
  border-top: 2px solid #949494;
  border-right: 2px solid #949494;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}

.right_swiperimgbox .opbxcotrl_rightimg span.swiper-button-disabled {
  opacity: 0.5;
  cursor: auto;
}

.right_swiperimgbox .opbxcotrl_rightimg .prev:before {
  -webkit-transform: translate(-50%, -2px) rotate(-45deg);
  -ms-transform: translate(-50%, -2px) rotate(-45deg);
  transform: translate(-50%, -2px) rotate(-45deg);
}

.right_swiperimgbox .opbxcotrl_rightimg .next:before {
  -webkit-transform: translate(-50%, -7px) rotate(135deg);
  -ms-transform: translate(-50%, -7px) rotate(135deg);
  transform: translate(-50%, -7px) rotate(135deg);
}

.swiper_news {
  width: 100%;
  height: 100%;
}

.swiper_news_bottom {
  position: absolute;
  bottom: 0;
  height: 0.6rem;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.swiper_news .swiper_pnews {
  right: 0.24rem;
  left: auto;
  width: auto;
  bottom: 0.18rem;
}

.swiper_news .swiper_pnews .swiper-pagination-bullet {
  width: 0.21rem !important;
  height: 0.21rem !important;
  display: inline-block;
  border-radius: 0.03rem;
  background-color: rgba(255, 255, 255, 0.32);
  margin-left: 0.03rem;
  color: #cbc5c5;
  font-size: 0.14rem;
  opacity: 1;
  text-align: center;
}

.swiper_news .swiper_pnews .swiper-pagination-bullet-active {
  color: #ffffff;
  background: #0057b4;
}

.swiper_title {
  color: #ffffff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0.2rem;
  margin-left: 0.28rem;
  max-width: calc(100% - 2rem);
}

.swiper_news_slide {
  position: relative;
  width: 100%;
  height: 100%;
}

.swiper_news_slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.news_title_view {
  height: 0.5rem;
  width: 100%;
  border-bottom: #e6e6e6 solid 1px;
}

.news_title_view .group_news_title {
  padding-bottom: 0.18rem;
  font-weight: bold;
  border-bottom: 0.03rem solid #0057b4;
  font-size: 0.2rem;
  color: #333333;
}

.more_title {
  font-size: 0.14rem !important;
}

.more_div {
  color: #333333;
  cursor: pointer;
  margin-top: 0.05rem;
  font-size: 0.14rem;
}

.more_div:after {
  content: '';
  display: inline-block;
  width: 0.08rem;
  height: 0.08rem;
  border-top: 1px solid #949494;
  border-right: 1px solid #949494;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.more_div:hover {
  color: #0057b4;
}

.more_div:hover:after {
  border-top: 1px solid #0057b4;
  border-right: 1px solid #0057b4;
}

.layuipage a, .layuipage span {
  padding: 0 .1rem;
  font-size: .12rem;
}

.news_list {
  height: 0.5rem;
  width: 100%;
  border-bottom: #e6e6e6 solid 1px;
  cursor: pointer;
}

.news_list .headlines {
  width: 0.4rem;
  height: 0.21rem;
  background-color: #ff4646;
  border-radius: 0.05rem;
  /* 让div 沿Y轴平移自身高度的一半 */
  text-align: center;
  font-size: 0.14rem;
  color: #ffffff;
  line-height: 0.21rem;
  overflow: hidden;
  margin-right: 0.08rem;
  margin-top: 0.14rem;
}

.news_list .headlines + ._important_news_title {
  max-width: calc(100% - (0.6rem + 0.4rem));
}

.news_list ._important_news_title {
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.5rem;
  max-width: 100%;
}

.news_list .subtitle {
  font-size: .14rem;
  color: #666;
}

.news_list ._important_news_time {
  line-height: 0.5rem;
  font-size: 0.14rem;
  color: #b1b1b1;
}

.news_list:hover ._important_news_time {
  color: #0057b4;
}

.news_list:hover ._important_news_title {
  color: #0057b4;
}

.index_center {
  width: 100%;
  background: #ffffff;
  list-style: none;
  margin-bottom: 0.09rem;
}

.index_center_div {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0.32rem 0.24rem 0.25rem 0.24rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
}

.index_center_div .index_center_content {
  width: calc((100% - 1.2rem) / 3);
  max-width: 5.25rem;
  margin-left: 0.59rem;
  height: 100%;
  vertical-align: top;
  display: inline-block;
}

.index_center_content:first-child {
  margin-left: 0;
}

.focusing {
  height: 0.6rem;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}

.focusing_title {
  height: 100%;
  font-weight: bold;
  padding-bottom: 0.28rem;
  border-bottom: 0.03rem solid #0057b4;
  font-size: 0.2rem;
  color: #333333;
  cursor: pointer;
}

#clik_curr {
  border-bottom: 0.03rem solid #0057b4;
  color: #333333;
}

.more_div1 {
  color: #333333;
  cursor: pointer;
  margin-top: 0.05rem;
  font-size: 0.14rem;
}

.more_div1:after {
  content: '';
  display: inline-block;
  width: 0.08rem;
  height: 0.08rem;
  border-top: 1px solid #949494;
  border-right: 1px solid #949494;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.more_div1:hover {
  color: #0057b4;
}

.more_div1:hover:after {
  border-top: 1px solid #0057b4;
  border-right: 1px solid #0057b4;
}

.center_list {
  height: 0.57rem;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  cursor: pointer;
}

.center_list ._2list_content {
  font-size: 0.16rem;
  line-height: 0.57rem;
  max-width: calc(100% - 0.6rem);
}

.center_list .time {
  font-size: 0.14rem;
  color: #b1b1b1;
  line-height: 0.57rem;
}

.center_list:hover ._2list_content {
  color: #0057b4;
}

.center_list:hover .time {
  color: #0057b4;
}

.center_list:last-child {
  border-bottom: none;
}

.photo_content {
  width: 100%;
  margin-bottom: 0.09rem;
}

.photo_list {
  width: calc((100% - 0.33rem) / 5);
  margin-left: 0.08rem;
  float: left;
  max-width: 3.44rem;
  display: block;
}

.photo_list:first-child {
  margin-left: 0;
}

.photo_list_img {
  display: block;
  width: 100%;
}

.home_bottom {
  background: #ffffff;
  padding: 0.35rem 0.24rem 0.3rem 0.24rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

._top1 {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 0.19rem;
}

._top1 .achievement_title {
  height: 100%;
  padding-bottom: 0.26rem;
  border-bottom: 0.03rem solid #0057b4;
  font-size: 0.2rem;
  font-weight: bold;
  color: #333333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#swiper-containerphoto {
  margin-top: 0.27rem;
}

#swiper-containerphoto .swiper-slide_div.swiper-slide {
  display: block;
  text-align: center;
  position: relative;
}

#swiper-containerphoto .swiper-slide_div.swiper-slide:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 67%;
}

#swiper-containerphoto .slide_photo {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: calc(100% - .36rem);
}

#swiper-containerphoto .name {
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.36rem;
}

.right {
  width: 0.69rem;
  height: 0.39rem;
  display: inline-block;
}

.right .swiper-button {
  width: 0.32rem;
  height: 0.33rem;
  border: solid 0.01rem #336dbe;
  opacity: 0.5;
  position: relative;
}

.right .swiper-button .right_icon3 {
  width: 0.15rem;
  height: 0.15rem;
  border-top: 2px solid #3770bf;
  border-right: 2px solid #3770bf;
  -webkit-transform: translate(-70%, -50%) rotate(-135deg);
  -ms-transform: translate(-70%, -50%) rotate(-135deg);
  transform: translate(-70%, -50%) rotate(-135deg);
  position: absolute;
  top: 50%;
  left: 70%;
}

.right .swiper-button .right_icon2 {
  width: 0.15rem;
  height: 0.15rem;
  border-top: 2px solid #3770bf;
  border-right: 2px solid #3770bf;
  -webkit-transform: translate(-20%, -50%) rotate(45deg);
  -ms-transform: translate(-20%, -50%) rotate(45deg);
  transform: translate(-20%, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  left: 20%;
}

.right .swiper-button:hover {
  background: #336dbe;
}

.right .swiper-button:hover .right_icon3 {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.right .swiper-button:hover .right_icon2 {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.pc_swiper {
  display: block;
}

.mobile_swiper {
  display: none;
}

.picMarquee-left1 {
  position: relative;
  overflow: hidden;
}

.picMarquee-left1 .bd {
  margin-top: 0.27rem;
}

.picMarquee-left1 .bd li {
  width: calc((100% - 80px) / 5);
  margin-left: 20px;
}

.picMarquee-left1 .bd .swiper-slide_div {
  display: block;
  position: relative;
  padding-top: 67%;
}

.picMarquee-left1 .bd .slide_photo {
  width: 100%;
  height: calc(100% - 34px);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.picMarquee-left1 .name {
  font-size: 0.16rem;
}

.main_container2 {
  width: 100%;
  padding: 0.36rem 0.35rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
}

.director_div {
  border-right: 0.01rem #d4d4d4 dashed;
  padding-right: 0.4rem;
}

.director_div img {
  display: block;
}

.director_div .name {
  font-size: 0.2rem;
  text-align: center;
  margin-top: 0.26rem;
}

.director_div .job {
  text-align: center;
  font-size: 0.14rem;
  margin-top: 0.17rem;
}

.director_content {
  width: calc(100% - 2.38rem);
  padding-left: 0.37rem;
  font-size: .16rem;
  color: #666;
  line-height: .3rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.director_content p {
  margin-top: .1rem;
}

.leadership_team {
  width: 100%;
  margin-bottom: 0.3rem;
}

.yyzz {
  width: 100%;
  background: #ffffff;
  padding: 1rem 0;
  margin-bottom: 0.49rem;
  text-align: center;
}

.yyzz img {
  width: 100%;
  display: block;
}

.leadership_team_ul {
  background: #ffffff;
  padding: 0.25rem 0.4rem 0.35rem 0.4rem;
  margin-bottom: 0.1rem;
}

.leadership_team_ul .leadership_team_title {
  height: 0.51rem;
  border-bottom: 0.01rem solid #e5e5e5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.leadership_team_ul .leadership_team_title img {
  vertical-align: top;
}

.leadership_team_ul .leadership_team_title .name {
  color: #333333;
  font-size: 0.18rem;
  margin-left: 0.24rem;
  line-height: .28rem;
  font-weight: bold;
  vertical-align: top;
}

.leadership_team_ul .leadership_team_content {
  font-size: 0;
}

.leadership_team_ul .leadership_team_content .leadership_team_div {
  vertical-align: top;
  width: 25%;
  margin-top: 0.4rem;
  display: inline-block;
}

.leadership_team_ul .leadership_team_content .leadership_team_div .team_div_name {
  text-align: center;
  color: #333333;
  font-weight: bold;
  font-size: 0.18rem;
}

.leadership_team_ul .leadership_team_content .leadership_team_div .team_div_job {
  display: block;
  margin-top: 0.16rem;
  text-align: center;
  font-size: 0.14rem;
  line-height: .22rem;
  color: #333333;
}

.zzjg_img {
  display: block;
  width: 100%;
}

.qyzz {
  width: 100%;
  background: #ffffff;
  padding: 0.5rem .5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0.4rem;
  font-size: 0;
}

.qyzz_div {
  width: calc(50% - .2rem);
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0.5rem;
}

.qyzz_div:nth-child(2n) {
  margin-left: .4rem;
}

.qyzz_div img {
  width: 100%;
  display: block;
}

.qyzz_div .name {
  margin-top: 0.39rem;
  font-size: 0.16rem;
  text-align: center;
}

.gccb_title_div {
  width: 100%;
  background: #ffffff;
  padding: 0.35rem 0.38rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.gccb_title_div .name {
  font-size: 0.2rem;
  color: #333333;
}

.gccb_title_div .introduce {
  font-size: 0.16rem;
  margin-top: 0.24rem;
  line-height: .3rem;
  color: #666;
  display: block;
}

.gcsl {
  font-size: 0.2rem;
  margin: 0.21rem 0 0.23rem 0.38rem;
}

.slgc_content {
  width: 100%;
  font-size: 0;
}

.slgc_content .slgc_item {
  display: inline-block;
  vertical-align: top;
  background: #ffffff;
  width: calc((100% - 0.45rem) / 4);
  margin-left: 0.15rem;
  margin-bottom: 0.17rem;
  background: #ffffff;
  padding: 0.1rem;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.slgc_content .slgc_item:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 76%;
}

.slgc_content .slgc_item .slgc_img {
  width: calc(100% - .2rem);
  display: block;
  position: absolute;
  top: .1rem;
  left: .1rem;
  height: calc(100% - .6rem);
}

.slgc_content .slgc_item .names {
  font-size: 0.16rem;
  line-height: .3rem;
  margin-top: 0.1rem;
  display: block;
  color: #333333;
  font-weight: bold;
  font-size: .14rem;
}

.slgc_content .slgc_item:nth-child(4n + 1) {
  margin-left: 0;
}

.page_ds {
  border-top: none !important;
}

.zybk_content {
  background: #ffffff;
  padding: 0.38rem 0.39rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.zybk_content .name {
  font-size: 0.26rem;
  color: #333;
  display: block;
  text-align: center;
}

.data_describe {
  margin-top: 0.34rem;
  text-align: center;
}

.data_describe .data_describe_t {
  font-size: 0.16rem;
  color: #666;
  display: inline-block;
  vertical-align: top;
  line-height: 0.16rem;
}

.data_describe .lines {
  width: 1px;
  height: 0.16rem;
  background: #bdbdbd;
  display: inline-block;
  margin: 0 0.2rem;
  line-height: 0.16rem;
  vertical-align: top;
}

.zycontent {
  margin-top: 0.3rem;
  display: block;
  font-size: 0;
}

.bottom_next_prev {
  width: 100%;
  height: 1.15rem;
  margin-top: 0.47rem;
}

.bottom_next_prev .prev {
  width: 45%;
  height: 100%;
  background: #eaeaea;
  color: #8e8e8e;
  text-align: center;
  font-size: 0.2rem;
  line-height: 1.15rem;
  cursor: pointer;
}

.bottom_next_prev .prev:hover {
  color: #3770bf;
}

.bottom_next_prev .next {
  width: 45%;
  height: 100%;
  background: #eaeaea;
  color: #8e8e8e;
  font-size: 0.2rem;
  text-align: center;
  line-height: 1.15rem;
  cursor: pointer;
}

.bottom_next_prev .next:hover {
  color: #3770bf;
}

.news_detail_content {
  margin-top: 0.3rem;
  font-size: .16rem;
  color: #666;
  line-height: .3rem;
}

.news_detail_content p {
  margin-top: .1rem;
}

.news_detail_content img {
  max-width: 100%;
}
.dl_w img{max-width: 100%;}
.picture_album {
  width: 100%;
  font-size: 0;
}

.picture_album .picture_album_item {
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  width: calc((100% - 0.48rem) / 4);
  margin-left: 0.16rem;
  padding: 0.15rem;
  margin-bottom: 0.23rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.picture_album .picture_album_item img {
  width: 100%;
  display: block;
}

.picture_album .picture_album_item .name {
  font-size: 0.16rem;
  color: #333333;
  text-align: center;
  margin-top: 0.15rem;
}

.picture_album .picture_album_item:nth-child(4n + 1) {
  margin-left: 0;
}

.rongyu {
  width: 100%;
  font-size: 0;
  background: #ffffff;
  padding: 0.43rem 0.37rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.rongyu .picture_rongyu_item {
  cursor: pointer;
  display: inline-block;
  width: calc((100% - 0.3rem) / 3);
  margin-left: 0.14rem;
  margin-bottom: 0.6rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.rongyu .picture_rongyu_item:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 62%;
}

.rongyu .picture_rongyu_item img {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: calc(100% - .4rem);
}

.rongyu .picture_rongyu_item .name {
  font-size: 0.16rem;
  color: #333333;
  text-align: center;
  margin-top: 0.1rem;
  line-height: .3rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rongyu .picture_rongyu_item:nth-child(3n + 1) {
  margin-left: 0;
}

#images_hc {
  font-size: 0;
}

#images_hc li {
  display: inline-block;
  margin: 0.1rem 0.1rem;
}

.a_more {
  position: absolute;
  right: 0;
  color: #333;
  opacity: 0.6;
  margin-top: 0.05rem;
  font-size: 0.14rem;
}

.a_more:after {
  content: '';
  display: inline-block;
  width: 0.08rem;
  height: 0.08rem;
  border-top: 1px solid #949494;
  border-right: 1px solid #949494;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.a_more:hover {
  color: #0057b4;
}

.a_more:hover:after {
  border-top: 1px solid #0057b4;
  border-right: 1px solid #0057b4;
}

.slidenews .hd {
  height: 0.6rem;
  border-bottom: 1px solid #e6e6e6;
}

.slidenews .hd .a_more {
  display: none;
}

.slidenews .hd .focusing_title1 {
  height: 100%;
  padding-bottom: 0.28rem;
  border-bottom: 0.03rem solid transparent;
  font-size: 0.2rem;
  margin-right: 0.4rem;
  color: #adadad;
  cursor: pointer;
}

.slidenews .hd .on .focusing_title1 {
  border-bottom-color: #0057b4;
  color: #333333;
}

.slidenews .hd .on .a_more {
  display: inline-block;
}

#piaochuang {
  position: fixed;
  z-index: 100;
  right: 0;
  top: 25%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#piaochuang a {
  display: block;
}

#piaochuang img {
  display: block;
  width: 100%;
  height: auto;
}

.close_btn {
  position: absolute;
  right: 0;
  top: 0;
  background: url(ico_close.png) center center no-repeat;
  font-size: 0;
  width: 0.3rem;
  height: 0.3rem;
  cursor: pointer;
}

.photo_target {
  height: 5rem;
}

#slideBox {
  position: relative;
  /* 下面是前/后按钮代码，如果不需要删除即可 */
}

#slideBox .prev,
#slideBox .next {
  position: absolute;
  left: 1%;
  top: 50%;
  display: block;
  width: 32px;
  height: 40px;
  margin-top: -20px;
  background: url(slider-arrow.png) -110px 5px no-repeat;
  opacity: 0;
  filter: alpha(opacity=0);
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
  -webkit-transition: all 0.3s 0s ease-in-out;
}

#slideBox .next {
  left: auto;
  right: 1%;
  background-position: 8px 5px;
}

#slideBox .prevStop {
  display: none;
}

#slideBox .nextStop {
  display: none;
}

#slideBox:hover .prev, #slideBox:hover .next {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

#slideBox:hover .prev:hover, #slideBox:hover .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

#slideBox:hover .prev {
  left: 3%;
}

#slideBox:hover .next {
  right: 3%;
}

#slideBox .ul_hd {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  text-align: center;
  z-index: 1;
}

#slideBox .ul_hd li {
  width: 10px;
  height: 10px;
  margin: 0 10px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  cursor: pointer;
}

#slideBox .ul_hd .on {
  width: 15px;
  height: 15px;
  background: #0057b4;
}

.news_item {
  cursor: pointer;
  width: 100%;
  background: #ffffff;
  margin-bottom: 0.15rem;
  padding: 0.2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}

.news_item .news_time {
  color: #0057b4;
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.32rem;
}

.news_item .news_item_r {
  width: calc(100% - 1.73rem);
  height: 100%;
  display: inline-block;
}

.news_item .news_item_r .news_item_title {
  color: #333333;
  font-size: 0.18rem;
  line-height: .32rem;
  font-weight: bold;
}

.news_item .news_item_content {
  margin-top: 0.16rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #848484;
  display: block;
  height: 0.6rem;
}

.news_item:hover .news_item_title {
  color: #0057b4;
}

.news_item:hover .news_item_content {
  color: #0057b4;
}

.data_describe1 {
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #d7d7d7;
}

@media screen and (max-width: 1440px) {

  .index_top_right {
    width: calc(100% - 550px - 200px);
    padding: 0 20px;
  }
  .news_list {
    height: .4rem;
  }
  .news_list ._important_news_title {
    line-height: .4rem;
  }
  .news_list ._important_news_time {
    line-height: .4rem;
  }
  .news_list .headlines {
    margin-top: .08rem;
  }
  .right_swiperimgbox .swiper_right_img {
    height: 285px;
  }
}



@media screen and (max-width: 1200px) {


  .index_top_left {
    width: 100%;
    height: auto;
  }
  .index_top_right {
    width: 100%;
    margin-top: 0.3rem;
    padding-left: 0;
    padding-right: 0;
  }
  .right_swiperimgbox {
    margin-top: .3rem;
    width: 100%;
  }
  .right_swiperimgbox .swiper_right_img {
    height: 400px;
  }
  .index_center_div .index_center_content {
    width: 100%;
    margin-left: 0;
    max-width: none;
  }
  .index_center_div .index_center_content + .index_center_content {
    margin-top: 0.3rem;
  }
  .pc_swiper {
    display: none;
  }
  .mobile_swiper {
    display: block;
  }
  .swiper_banner .swiper-slide {
    display: block;
  }
  .swiper_banner .swiper-slide img {
    display: block;
    width: 100%;
  }
  .swiper_banner .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: #fff;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  .swiper_banner .swiper-pagination .swiper-pagination-bullet-active {
    background: #0057b4;
  }

}

@media screen and (max-width: 480px) {

  .canvas_top {
    width: 100%;
    height: 2rem;
    background: #0066FF;
  }
  .rongyu {
    width: 100%;
    font-size: 0;
    background: #ffffff;
    padding: 0.2rem 0.1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .rongyu .picture_rongyu_item {
    cursor: pointer;
    display: inline-block;
    width: 100%;
    margin-left: 0;
    margin-bottom: 0.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .rongyu .picture_rongyu_item img {
    width: 100%;
    display: block;
  }
  .rongyu .picture_rongyu_item .name {
    font-size: 0.1rem;
    color: #333333;
    text-align: center;
    margin-top: 0.15rem;
  }
  .photo_list {
    margin-bottom: 0.1rem;
    width: calc((100% - 0.08rem) / 2);
    margin-left: 0.08rem;
    float: left;
    display: block;
  }
  .photo_list:nth-child(2n + 1) {
    margin-left: 0;
  }
  #images_hc {
    font-size: 0;
  }
  #images_hc li {
    display: inline-block;
    margin: 0.1rem 0.1rem;
  }
  #images_hc li img {
    width: 100%;
  }
  .picture_album .picture_album_item {
    width: 100%;
    margin-left: 0;
  }
  .picture_album .picture_album_item .name {
    font-size: 0.16rem;
    color: #333333;
    text-align: center;
    margin-top: 0.15rem;
  }
  .picture_album .picture_album_item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .news_item {
    padding: 0.1rem;
  }
  .news_item .news_time {
    font-size: .14rem;
    display: block;
    width: 100%;
  }
  .news_item .news_item_r {
    width: 100%;
    display: inline-block;
  }
  .news_item .news_item_r .news_item_title {
    font-size: .16rem;
  }
  .news_item .news_item_content {
    color: #848484;
    display: block;
    word-break: break-all;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical;
    /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 2;
    /** 显示的行数 **/
    overflow: hidden;
    /** 隐藏超出的内容 **/
  }
  .zycontent {
    width: 100%;
  }
  .data_describe {
    margin-top: 0.2rem;
  }
  .data_describe .data_describe_t {
    font-size: 0.1rem;
  }
  .data_describe .lines {
    margin: 0 0.06rem;
  }
  .zybk_content {
    padding: 0.2rem 0.2rem 0.2rem 0.2rem !important;
  }
  .zybk_content .name {
    font-size: 0.16rem;
  }
  .zybk_content .new_title {
    font-size: .14rem;
    margin-top: .05rem;
  }
  .bottom_next_prev {
    margin-top: 0.3rem;
    height: 0.5rem;
  }
  .bottom_next_prev .prev {
    font-size: 0.1rem;
    line-height: 0.5rem;
    padding: 0 0.2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .bottom_next_prev .next {
    font-size: 0.1rem;
    line-height: 0.5rem;
    padding: 0 0.2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .slgc_content .slgc_item {
    width: 100%;
    margin-left: 0;
  }
  .yyzz {
    width: 100%;
    background: #ffffff;
    padding: 1rem 0;
    margin-bottom: 0.49rem;
    text-align: center;
  }
  .leadership_team_ul {
    padding: 0.1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .leadership_team_ul .leadership_team_title {
    padding-top: 0.1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .leadership_team_ul .leadership_team_content {
    font-size: 0;
    display: inline-block;
  }
  .leadership_team_ul .leadership_team_content .leadership_team_div {
    font-size: 0;
    display: inline-block;
    width: calc((100% - 0.08rem) / 3);
    margin-left: 0.04rem;
    margin-right: 0;
    margin-top: 0.2rem;
  }
  .leadership_team_div:nth-child(3n - 2) {
    margin-left: 0 !important;
  }
  .index_top_left {
    width: 100%;
  }
  .index_top {
    padding: 0.1rem 0.12rem;
  }
  .index_center_div {
    padding: 0.32rem 0.12rem 0.25rem 0.12rem;
  }
  .home_bottom {
    padding: 0.32rem 0.12rem 0.25rem 0.12rem;
  }
  .swiper_title {
    font-size: 0.15rem;
    margin-left: 0;
    padding: 0 .1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: calc(100% - .5rem);
  }
  .swiper_news .swiper_pnews {
    right: .05rem;
    left: auto;
    text-align: center;
    bottom: .18rem;
    color: #fff;
    font-size: .12rem;
  }
  .director_div {
    border-right: none;
    padding-right: 0;
    width: 100%;
  }
  .director_div img {
    display: block;
    width: 100%;
  }
  .director_div .name {
    font-size: 0.2rem;
    text-align: center;
    margin-top: 0.26rem;
  }
  .director_div .job {
    text-align: center;
    font-size: 0.14rem;
    margin-top: 0.17rem;
  }
  .director_content {
    margin-top: 0.15rem;
    padding-left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: .16rem;
    color: #666;
  }
  .director_content p {
    margin-top: .1rem;
  }
  .mbx {
    padding-left: 0.1rem;
  }
  .main_container2 {
    padding: 0 .15rem;
  }
  .gccb_title_div {
    padding: .15rem;
  }
  .gccb_title_div .name {
    font-size: .16rem;
  }
  .gccb_title_div .introduce {
    font-size: .14rem;
    color: #666;
    margin-top: .1rem;
  }
  .gcsl {
    font-size: .16rem;
  }
  .layuipage .layui-laypage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .layuipage .layui-laypage a, .layuipage .layui-laypage span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    white-space: nowrap;
    text-align: center;
  }
}

.foolter {
  margin-top:.2rem
}

.foolter .top {
  background-color: #7c7e8b;
}

.foolter .top .f_left {
  font-size: 14px;
  line-height: 41px;
  font-weight: bold;
  color: #666;
}

.foolter .top ._f_top_li {
  position: relative;
  vertical-align: top;
  margin-left: 100px;
  cursor: pointer;
}

.foolter .top ._f_top_li:hover .hidden {
  display: block;
}

.foolter .top ._f_top_title {
  line-height: 25px;
  font-size: 14px;
   font-family:"微软雅黑","雅黑",arial,verdana,sans-serif;
  color: #333;
  
}

.foolter .top ._f_top_title:after {
  content: '';
  display: inline-block;
  margin-left: 117px;
  border-top: 9px solid #000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.foolter .top .hidden {
  display: none;
  position: absolute;
  top: -220px;
  background-color: #6e707d;
  width: 100%;
  min-width: 130px;
  padding: 0 10px;
  max-height: 220px;
  overflow-y: auto;
  right: 0;
  font-size: 12px;
  text-align: center;
}

.foolter .top .hidden::-webkit-scrollbar {
  width: 5px;
}

.foolter .top .hidden::-webkit-scrollbar-track {
  background-color: #7C7E8B;
}

.foolter .top .hidden::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 2px;
}

.foolter .top ._f_topa_txt {
  display: block;
  font-size: 12px;
  line-height: 12px;
  color: #ffffff;
  padding: 7px 0;
  border-bottom: solid 1px #999999;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
  -webkit-transition: all 0.3s 0s ease-in-out;
}

.foolter .top ._f_topa_txt:hover {
  color: #0057b4;
}

.foolter .top ._f_topa_txt:last-child {
  border-bottom: none;
}

.foolter .bottom {
  background-color:#5b6d77;
  padding: 30px;
}

.foolter .top1 {
  height: 0.81rem;

}

.foolter .f_ft_item {
  margin-left: 0.36rem;
}

.foolter .f_ft_item a {
    font-family:"微软雅黑","雅黑",arial,verdana,sans-serif;
    color: #fff;
    font-size: 16px;
}

.foolter .ulfooter {
  line-height:0.2rem;
}

.foolter .img_d {
  margin-top: 0.23rem;
}

.foolter .top2 {
  font-size: 0.12rem;
  color: #fff;
  padding-bottom: 0rem;
}

.foolter .top2 a {
  color: #fff;
}

.foolter .top2 .top2_left {
  margin-top: 12px;
  line-height: 24px;
  padding-left: 0px;
}

.foolter .top2 .bei_img {
  margin-left: 0.2rem;
  margin-right: 0.05rem;
}

/* .foolter .top2 .icon_img {
  display: block;
  margin-bottom: 10px;
}
 */
.foolter .top2 .img {
  margin-left: 19px;
}

.foolter .top2 .f_txt {
  padding: 0 30px 0 0;

  vertical-align: bottom;
}

.foolter .top2 .f_txt:last-child {
  border-right: none;
}

.foolter .top2 .text {
  font-size: 14px;

}

.foolter .top2 .none {
  border-right: none;
}

._f_build_content {
  padding-bottom: 0.2rem;
}

._f_build_content ._f_date {
  font-size: 0.18rem;
  letter-spacing: 0.01rem;
  color: #0057b4;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
}

._f_build_content ._f_img {
  width: 1.88rem;
}

._f_build_content ._f_v {
  display: inline-block;
  width: calc(100% - 2.4rem);
  margin-left: 0.4rem;
  vertical-align: top;
}

._f_build_content ._f_right {
  width: calc(100% - 1.4rem);
  vertical-align: top;
  display: inline-block;
  font-size: 0;
}

._f_build_content ._f_title {
  font-size: 0.2rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 0.24rem;
  cursor: pointer;
}

._f_build_content ._f_text {
  letter-spacing: 0.01rem;
  color: #333333;
  opacity: 0.7;
  font-size: 0.16rem;
  line-height: 0.3rem;
  max-height: 0.9rem;
}

._f_build_content ._f_li {
  margin-bottom: 0.12rem;
  background-color: #ffffff;
  padding: 0.31rem 0.37rem 0.27rem 0.37rem;
}

._f_build_content ._f_li:hover ._f_title,
._f_build_content ._f_li:hover ._f_text {
  color: #0057b4;
}

._f_page_d {
  border-top: solid 0.01rem #cacaca;
  padding: 0.38rem 0;
  color: #333333;
  font-size: 0.19rem;
  text-align: center;
}

._f_page_d ._f_page_pre {
  margin-right: 0.39rem;
  cursor: pointer;
}

._f_page_d ._f_page_num {
  background-color: #e5e5e5;
  margin-left: 0.14rem;
  color: #9c9c9c;
  text-align: center;
  padding: 0 0.13rem;
  height: 0.37rem;
  line-height: 0.37rem;
  cursor: pointer;
}

._f_page_d ._f_page_num:first-child {
  margin-left: 0;
}

._f_page_d ._page_active {
  background-color: #2165ae;
  color: #ffffff;
}

._f_page_d ._f_page_next {
  margin: 0 0.39rem;
  cursor: pointer;
}

._f_page_d ._f_jump_input {
  width: 0.31rem;
  border: none;
  outline: none;
  height: 0.35rem;
  background-color: #e5e5e5;
  color: #9c9c9c;
  text-align: center;
}

._f_page_d ._f_btn {
  padding: 0 0.2rem;
  line-height: 0.37rem;
  background-color: #e5e5e5;
  vertical-align: top;
  margin-left: 0.12rem;
  font-size: 0.16rem;
  color: #2165ae;
  cursor: pointer;
}

._f_build_cont {
  padding: 0.52rem 0.3rem 0.35rem 0.3rem;
  background-color: #ffffff;
  color: #333333;
}

._f_build_cont ._f_detail_title {
  font-size: 0.2rem;
}

._f_build_cont ._f_detail_d {
  margin: 0.29rem 0;
  font-size: 0.14rem;
}

._f_build_cont .f_detail_frem {
  border-right: solid 0.01rem #d8d8d8;
  padding: 0 0.1rem;
}

._f_build_cont .f_detail_frem:last-child {
  border-right: none;
}

._f_build_cont .f_detail_frem:first-child {
  padding-left: 0;
}

._f_build_cont ._f_dtail_ct {
  padding-top: 0.37rem;
  border-top: solid 0.01rem #d7d7d7;
  font-size: 0.16rem;
  line-height: 0.3rem;
}

._f_build_cont ._f_detail_btn_d {
  font-size: 0.2rem;
  color: #8e8e8e;
  margin-top: 0.46rem;
}

._f_build_cont ._f_detail_next,
._f_build_cont ._f_detail_pre {
  color: #8e8e8e;
  background-color: #eaeaea;
  width: calc((100% - 0.2rem) / 2);
  line-height: 1rem;
  text-align: center;
}

._f_build_cont ._f_detail_next {
  margin-left: 0.13rem;
}

._f_tech_cn {
  font-size: 0;
}

._f_tech_cn ._f_tech_item {
  width: calc((100% - 20px) / 2);
  padding: 28px 33px;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 20px;
  margin-bottom: 20px;
}

._f_tech_cn ._f_tech_item:nth-child(2n - 1) {
  margin-left: 0;
}

._f_tech_cn ._f_tech_title {
  color: #333333;
  font-size: 18px;
  line-height: 25px;
}

._f_tech_cn ._f_tech_txt {
  color: #333333;
  font-size: 14px;
  margin-top: 10px;
  line-height: 25px;
}

._f_tech_gf {
  font-size: 0;
}

._f_tech_gf .f_tech_img_d {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  padding: 10px 10px 20px;
  background-color: #fff;
  margin-bottom: 10px;
  width: calc((100% - 40px) / 5);
  margin-left: 10px;
}

._f_tech_gf .f_tech_img_d:nth-child(5n + 1) {
  margin-left: 0;
}

._f_tech_gf .img {
  width: 100%;
}

._f_tech_gf .img_name {
  text-align: center;
  margin-top: 10px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #333333;
  font-size: 14px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._f_culture_d {
  width: 100%;
}

._f_culture_d .img {
  width: 100%;
  display: block;
}

._f_hr_cn {
  font-size: 0;
}

._f_hr_cn ._f_hr_item {
  display: inline-block;
  vertical-align: top;
  padding: 32px 25px;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
}

._f_hr_cn ._f_top_left {
  font-size: 20px;
  line-height: 20px;
  color: #333333;
  width: 70%;
  margin-right: 10%;
}

._f_hr_cn ._f_top_right {
  font-size: 20px;
  line-height: 20px;
  color: #fe3b3b;
  width: 20%;
  text-align: right;
}

._f_hr_cn .f_hr_item_center {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  padding: 17px 0;
  border-bottom: solid 0.01rem #c9c9c9;
}

._f_hr_cn .f_hr_item_bottom {
  margin-top: 17px;
}

._f_hr_cn ._f_bottom_txt {
  font-size: 14px;
  color: #333333;
  opacity: 0.6;
  padding-right: 10px;
  border-right: solid 0.01rem #c9c9c9;
  margin-right: 10px;
}

._f_hr_cn ._f_bottom_txt:last-child {
  border-right: none;
}

._f_hr_detail {
  padding: 0.39rem 0.4rem;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

._f_hr_detail ._f_hr_dtitle {
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #333333;
}

._f_hr_detail ._f_hr_dtitle1 {
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #333333;
  margin-top: 0.5rem;
  padding-bottom: 0.2rem;
  border-bottom: solid 0.01rem #c9c9c9;
}

._f_hr_detail ._f_hr_dcont {
  font-size: 0;
  margin-top: 0.3rem;
}

._f_hr_detail ._f_hr_ditem {
  width: calc((100% - 0.6rem) / 4);
  margin-right: 0.2rem;
  margin-bottom: 0.5rem;
}

._f_hr_detail ._f_hr_ditem:nth-child(4n + 1) {
  margin-right: 0;
}

._f_hr_detail ._f_t {
  display: inline-block;
  width: 0.8rem;
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #333333;
  opacity: 0.6;
}

._f_hr_detail ._f_txt {
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #333333;
}

._f_hr_detail ._f_hr_d_txt {
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #333333;
}

._f_hr_detail ._f_hr_dbtn {
  display: block;
  width: 3.44rem;
  line-height: 0.6rem;
  background-color: #0057b4;
  text-align: center;
  color: #ffffff;
  font-size: 0.18rem;
  margin-top: 0.7rem;
  margin-left: auto;
  margin-right: auto;
}

._f_hr_from_cont {
  font-size: 0;
  margin-top: 0.4rem;
  display: block;
}

._f_hr_from_cont ._f_hr_fromitem {
  display: inline-block;
  width: 50%;
  margin-bottom: 0.5rem;
}

._f_hr_from_cont ._f_hr_fromitem:nth-child(2n - 1) {
  text-align: right;
}

._f_hr_from_cont ._f_hr_fromitem:first-child {
  display: block;
  text-align: left;
}

._f_hr_from_cont ._f_t {
  line-height: 0.4rem;
}

._f_hr_from_cont ._f_hr_input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.15rem;
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #333333;
  vertical-align: top;
  width: calc(100% - 2rem);
  height: 0.4rem;
  background-color: #ffffff;
  border: solid 0.01rem #b6b6b6;
}

._f_hr_from_cont ._f_hr_right_d {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  padding: 0 0.15rem;
  width: calc(100% - 2rem);
  height: 0.4rem;
  background-color: #ffffff;
  border: solid 0.01rem #b6b6b6;
}

._f_hr_from_cont ._f_gender_lb {
  font-size: 0.16rem;
  line-height: 0.4rem;
  color: #333333;
  margin-left: 0.1rem;
}

._f_hr_from_cont ._f_input_v {
  width: 48%;
  text-align: center;
}

._f_hr_from_cont #file1 {
  display: none;
}

._f_hr_from_cont ._f_file_lb,
._f_hr_from_cont ._f_date_lb {
  position: relative;
  font-size: 16px;
  color: #333333;
  display: inline-block;
  width: 100%;
  line-height: 38px;
  vertical-align: top;
}

._f_hr_from_cont ._f_sel_date {
  border: none;
  outline: none;
  width: calc(100% - 30px);
}

._f_hr_from_cont ._f_date_img,
._f_hr_from_cont ._f_file_img {
  margin-top: 9px;
  height: 20px;
  vertical-align: top;
  position: absolute;
  right: 0;
}

._f_hr_from_cont ._f_code_input {
  border: solid 0.01rem #b6b6b6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  font-size: 16px;
  color: #333333;
  vertical-align: top;
  width: calc(70% - 30px);
  margin-right: 30px;
  line-height: 36px;
  height: 40px;
}

._f_hr_from_cont ._f_hr_code_d {
  text-align: left;
  font-size: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  width: calc(100% - 2rem);
  height: 40px;
}

._f_hr_from_cont ._f_hr_code_d img {
  width: 30%;
  height: 40px;
}

._f_hr_from_cont ._f_hr_savebtn {
  border: none;
  outline: none;
  width: 1.91rem;
  line-height: 0.53rem;
  background-color: #0057b4;
  font-size: 0.16rem;
  color: #ffffff;
  text-align: center;
  margin-right: 0.2rem;
}

._f_hr_from_cont ._f_hr_clearbtn {
  border: none;
  outline: none;
  width: 1.91rem;
  line-height: 0.53rem;
  background-color: #b6b6b6;
  font-size: 0.16rem;
  color: #ffffff;
  text-align: center;
}

._f_11 {
  font-size: 0;
  background-color: #ffffff;
  padding: 0.3rem 0.28rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

._f_11 ._f_11_right {
  width: 45%;
  margin-right: 5%;
  vertical-align: top;
}

._f_11 ._f_11_title {
  font-size: 20px;
  color: #333333;
  padding-bottom: 20px;
  border-bottom: solid 1px #ebebeb;
}

._f_11 ._f_11_cn {
  margin-top: 20px;
}

._f_11 ._f_11_txt {
  font-size: 16px;
  color: #999999;
  line-height: 30px;
  margin-bottom: 20px;
}

._f_11 #mapid {
  width: 50%;
  height: 3.6rem;
  display: inline-block;
}

._f_11 .iw_poi_title {
  font-size: 0.16rem;
}

._f_11 .iw_poi_content {
  font-size: 0.14rem;
}

._f_11 ._f_list {
  margin-bottom: 0.3rem;
  background: #eee;
  padding: 0.2rem;
}

._f_11 ._f_list_title {
  border-left: 3px solid #054a81;
  padding-left: 0.1rem;
  font-size: 0.16rem;
  font-weight: bold;
  color: #333333;
}

._f_11 ._f_list_item {
  margin-top: 0.15rem;
}

._f_11 ._f_list_item_l {
  margin-right: 30px;
  line-height: 30px;
  font-size: 14px;
  font-weight: bold;
  width: 1.3rem;
  color: #333333;
}

._f_11 ._f_item_r_txt {
  margin-right: 20px;
  line-height: 30px;
  font-size: 14px;
  color: #333333;
}

.foolter .top {
  background-color:#fff;
  padding: 10px 0 10px 0;
}

.foolter .top .hidden {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
}

.foolter .top ._f_top_li {
  background: #f6f6f6;
  margin-left: 17px;
  padding: 0 10px;
  min-width: 100px;
 border: 1px solid #e1e1e1;
}

.foolter .top .f_link {
  text-align:center;
  padding: 0 0 0 0rem;
}

.foolter .top .f_left {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.foolter .top .f_ul_friend {
  display: inline-block;
  float: none;
  vertical-align: top;
 padding-top: 7px;
}

.foolter .top2 {
  position: relative;
}



.foolter .top2 .text {
  display: inline-block;
  vertical-align: middle;
color:#fff;
font-family: "微软雅黑","雅黑",arial,verdana,sans-serif;
}

.foolter .absimgewm {
  position: absolute;
  text-align: center;
  left: 50.5%;
  margin-left: 490px;
padding-top: 10px;
}

.foolter .absimgewm img {
  display: block;
  width: 100px;
  height: 100px;
}

.foolter .absimgewm p {
  margin-top: 10px;
  color: #fff;
  font-size: 14px;
}

.foolter .ul_v,
.foolter .top2_left {
  width: 100%;
  text-align:center;

}

.foolter .bottom .top1 {
  height: auto;
}

.foolter .bottom .img_d {
  float: none;
  margin: 0 auto;
  display: block;
  padding-top: 0.23rem;
}

.foolter .bottom .ulfooter {
  height: auto;
  width: 100%;
  text-align: center;
 

}

.foolter .f_ft_item {
  margin: 0 0rem 0 0rem;
}
.foolter .beian a{
  padding: 0 0.22rem 0 0;
  font-size: 0.14rem;    
  color:#fff;
font-family: "微软雅黑","雅黑",arial,verdana,sans-serif;
}

._f_hr_btn_d {
  text-align: center;
}

@media screen and (max-width: 1400px) {
  ._f_hr_detail ._f_hr_ditem {
    width: calc((100% - 0.4rem) / 3);
    margin-right: 0.2rem;
    margin-bottom: 0.5rem;
  }
  ._f_hr_detail ._f_hr_ditem:nth-child(4n + 1) {
    margin-right: 0.2rem;
  }
  ._f_hr_detail ._f_hr_ditem:nth-child(3n + 1) {
    margin-right: 0;
  }
}

}
@media screen and (max-width: 1200px) {

  .foolter .bottom .ulfooter {
    margin-top: 10px;
    
  }
  .foolter .ul_v {
    width: 100%;
    display: block;
    float: none;
    text-align: center;
  }
  .foolter .absimgewm {
    margin-left: 4rem;
  }
}

@media screen and (max-width: 1000px) {

  ._f_build_content ._f_date {
    float: none;
    display: block;
    margin-top: 0.1rem;
    color: #999999;
  }
  ._f_build_content ._f_right {
    float: none;
    display: block;
    width: 100%;
  }
  ._f_page_d {
    font-size: 0.14rem;
  }
  ._f_page_d ._f_page_pre {
    margin-right: 0.1rem;
  }
  ._f_page_d ._f_page_num {
    display: none;
  }
  ._f_page_d ._page_active {
    display: inline-block;
  }
  ._f_page_d ._f_page_next {
    margin: 0 0.1rem;
  }
  ._f_page_d ._f_btn {
    padding: 0 0.1rem;
    font-size: 0.12rem;
  }
  ._f_tech_cn ._f_tech_item {
    width: 100%;
    display: block;
    margin-left: 0;
  }
  ._f_tech_gf .f_tech_img_d {
    width: calc((100% - 0.3rem) / 4);
  }
  ._f_tech_gf .f_tech_img_d:nth-child(5n + 1) {
    margin-left: 0.1rem;
  }
  ._f_tech_gf .f_tech_img_d:nth-child(4n + 1) {
    margin-left: 0;
  }
  ._f_hr_detail ._f_hr_ditem {
    width: calc((100% - 0.2rem) / 2);
    margin-right: 0.2rem;
    margin-bottom: 0.5rem;
  }
  ._f_hr_detail ._f_hr_ditem:nth-child(3n + 1) {
    margin-right: 0.2rem;
  }
  ._f_hr_detail ._f_hr_ditem:nth-child(2n + 1) {
    margin-right: 0;
  }
  ._f_hr_detail ._f_hr_dbtn {
    margin: 0.4rem auto;
  }
  ._f_hr_from_cont ._f_hr_fromitem {
    display: block;
    width: 100%;
    text-align: left !important;
  }
  ._f_11 ._f_11_right,
  ._f_11 #mapid {
    display: block;
    margin-right: 0;
    width: 100%;
  }
  ._f_11 ._f_11_txt {
    margin-bottom: 0.1rem;
  }
  ._f_11 #mapid {
    margin-top: 0.5rem;
  }
}

@media screen and (max-width: 768px) {
  .foolter .bottom .ulfooter {
    margin-top: 10px;
  }
  .foolter .ul_v .f_txt {
    padding: 0;
  }
  .foolter .top2 {
    padding-bottom: .2rem;
  }
  .foolter .top2 .f_txt {
    text-align: left;
  }
  .foolter .top2 .f_txt + .f_txt {
    margin-left: .2rem;
  }

  .foolter .top2 .top2_left {
    margin-top: 0;
  }
  .foolter .absimgewm {
    position: static;
    width: 90px;
    margin: .2rem auto;
  }
}

@media screen and (max-width: 700px) {
  ._f_hr_detail ._f_hr_dtitle1 {
    margin-top: 0.2rem;
  }
  ._f_hr_detail ._f_hr_dcont {
    margin-top: 0.2rem;
  }
  .foolter .top {
    padding: 0;
  }
  .foolter .top .f_left {
    padding-top: 0;
    text-align: left;
    display: block;
  }
  .foolter .top .f_ul_friend {
    text-align: left;
  }
  .foolter .top .f_ul_friend ._f_top_li {
    padding: 0;
    margin-left: 0;
    position: relative;
    width: calc((100% - .1rem)/2);
    margin-top: .1rem;
  }
  .foolter .top .f_ul_friend ._f_top_li:nth-child(2n) {
    margin-left: .0rem;
  }
  .foolter .top .f_ul_friend ._f_top_title {
    background: rgba(255, 255, 255, 0.3);
    padding: 0 .1rem;
  }
  .foolter .top .f_ul_friend ._f_top_title:after {
    position: absolute;
    right: .1rem;
    top: 0.08rem;
  }
  .foolter .top .f_ul_friend .hidden {
    z-index: 99;
    background-color: #A4A5AE;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 4px 2px rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 4px 2px rgba(255, 255, 255, 0.1);
  }
  .foolter .top .f_ul_friend ._f_topa_txt {
    border-bottom-color: #ddd;
  }
  .foolter .ul_v {
    text-align: left;
  }
  .foolter .top2 {
    padding: .1rem 0;
  }
  .foolter .top2 .f_txt {
    position: relative;

    display: block;
    line-height: .3rem;
    font-size: .12rem;
    border-right: none;
text-align: center;
  }
  .foolter .top2 .f_txt + .f_txt {
    margin-left: 0;
  }

  .foolter .f_ft_item {
    margin: 0rem;
  }
  ._f_build_content ._f_img {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  ._f_build_content ._f_v {
    margin-left: 0;
    margin-top: 0.2rem;
    width: 100%;
  }
  ._f_build_content ._f_right {
    float: none;
    display: block;
    width: 100%;
  }
  ._f_build_content ._f_li {
    padding: 0.31rem 0.2rem;
  }
  ._f_build_content ._f_text {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  ._f_build_cont .f_detail_frem {
    display: block;
    border-right: none;
    padding: 0;
    margin-top: 0.1rem;
  }
  ._f_build_cont ._f_detail_next,
  ._f_build_cont ._f_detail_pre {
    display: block;
    width: 100%;
    line-height: 0.5rem;
    font-size: 0.15rem;
  }
  ._f_build_cont ._f_detail_next {
    margin-left: 0;
    margin-top: 0.2rem;
  }
  ._f_tech_cn ._f_tech_item {
    padding: 0.2rem;
  }
  ._f_tech_cn ._f_tech_title {
    font-size: 0.14rem;
  }
  ._f_tech_cn ._f_tech_txt {
    font-size: 0.12rem;
  }
  ._f_tech_gf .f_tech_img_d {
    width: 100%;
    display: block;
    margin-left: 0 !important;
  }
  ._f_hr_cn ._f_bottom_txt {
    display: block;
    padding: 0;
    border-right: none;
    line-height: 0.3rem;
  }
  ._f_hr_detail {
    padding: 0.3rem 0.2rem;
  }
  ._f_hr_detail ._f_t {
    font-size: 0.14rem;
  }
  ._f_hr_detail ._f_hr_ditem {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.15rem;
  }
  ._f_hr_detail ._f_hr_dbtn {
    width: 2rem;
    margin: 0.4rem auto;
    line-height: 0.5rem;
  }
  ._f_hr_from_cont {
    margin-top: 0.2rem;
  }
  ._f_hr_from_cont ._f_hr_fromitem {
    margin-bottom: 0.1rem;
    font-size: 0.14rem;
  }
  ._f_hr_from_cont ._f_hr_input,
  ._f_hr_from_cont ._f_hr_right_d,
  ._f_hr_from_cont ._f_hr_code_d,
  ._f_hr_from_cont ._f_t {
    display: block;
    width: 100%;
  }
  ._f_hr_from_cont ._f_hr_savebtn,
  ._f_hr_from_cont ._f_hr_clearbtn {
    width: 1rem;
    line-height: 0.35rem;
  }
  ._f_hr_from_cont ._f_date_img,
  ._f_hr_from_cont ._f_file_img {
    width: 0.2rem;
    margin-top: 0.09rem;
  }
  ._f_hr_from_cont ._f_file_lb,
  ._f_hr_from_cont ._f_date_lb {
    font-size: 0.16rem;
    line-height: 0.38rem;
  }
  ._f_hr_from_cont ._f_sel_date {
    width: calc(100% - 0.3rem);
  }
  ._f_hr_from_cont ._f_code_input {
    padding: 0 0.15rem;
    font-size: 0.16rem;
    line-height: 0.24rem;
    width: calc(70% - 0.3rem);
    margin-right: 0.3rem;
    line-height: 0.36rem;
  }
  ._f_hr_from_cont ._f_hr_code_d {
    width: calc(100% - 0.2rem);
    height: 0.4rem;
  }
  ._f_hr_from_cont ._f_hr_code_d img {
    width: 30%;
    height: 0.4rem;
  }
  ._f_11 ._f_list_item_r {
    display: block;
    margin-top: 0.1rem;
  }
}

@media screen and (max-width: 480px) {
  .foolter {
    margin-top: .3rem;
  }
  ._f_build_content ._f_li {
    padding: .15rem;
  }
  ._f_build_content ._f_title {
    font-size: .16rem;
    margin-bottom: .1rem;
  }
  ._f_build_content ._f_text {
    font-size: .14rem;
    line-height: .26rem;
    height: auto;
  }
  ._f_build_content ._f_date {
    font-size: .14rem;
  }
  ._f_hr_cn ._f_hr_item {
    padding: .15rem;
  }
  ._f_hr_cn ._f_top_left {
    font-size: .16rem;
  }
  ._f_hr_cn ._f_top_right {
    font-size: .14rem;
  }
  ._f_hr_cn .f_hr_item_center {
    padding: .1rem 0;
    font-size: .14rem;
  }
  ._f_hr_cn .f_hr_item_bottom {
    margin-top: .1rem;
  }
  ._f_hr_detail {
    padding: .15rem;
  }
  ._f_hr_detail ._f_hr_dtitle {
    font-size: .16rem;
  }
  ._f_hr_detail ._f_hr_dtitle1 {
    margin-top: .1rem;
    font-size: .14rem;
    padding-bottom: .1rem;
  }
  ._f_hr_detail ._f_hr_dcont {
    margin-top: .15rem;
  }
  ._f_hr_detail ._f_txt {
    font-size: .12rem;
  }
  ._f_hr_detail ._f_hr_ditem {
    margin-bottom: .1rem;
  }
  ._f_11 {
    padding: .15rem;
  }
  ._f_page_d {
    padding: .2rem 0;
  }
}

.header {
  padding-top: .05rem;
  -webkit-box-shadow: 0px 0px 4px 1px rgba(51, 51, 51, 0.09);
  box-shadow: 0px 0px 4px 1px rgba(51, 51, 51, 0.09);
  position: -webkit-sticky;
  position: sticky;
  z-index: 999;
  top: 0;
  background-color: #fff;
  padding-top: 10px;
}

.header .logo {
  margin: .13rem 0 .13rem 0;

}

.header .logo img {
  display: block;

}

.header .linksbox {
  padding-right: .2rem;
  width: calc(100% - 2.74rem);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right;
  line-height: .34rem;
    position: relative;
    top: 8px;
}

.header .linksbox .a_link {
  font-size: .14rem;
  color: #737373;
  width: 36px;
  height: 27px;
  
  border-radius: 3px;
  background-repeat: no-repeat;
  background-position: left center;

  vertical-align: top;
  padding: 5px  20px 5px  28px
}

.header .linksbox .a_link + .a_link:before {
  content: '';
  width: 1px;
  height: .16rem;
  background: #E9E9E9;
}

.header .linksbox .a_link.a_china {
  background-image: url(2023020117474145320.png);
}

.header .linksbox .a_link.a_email {
  background-image: url(2022110912054573960.png);
}

.header .linksbox .a_link.a_english {
  background-image: url(2022110912063779627.png);
}

.header .linksbox .a_link:hover {
width: 36px;
height: 27px;

border-radius: 3px;
color: #045bb8;
}

.header .searchbox {
  position: relative;
  padding-right: .0rem;
  width: 2.74rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
  top: 8px;
}

.header .searchbox .inp_text {
  border: 1px solid #0057b4;
  height: .35rem;
  line-height: .32rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: .14rem;
  color: #333;
  width: 100%;
  padding: 0 .1rem;
}

.header .searchbox .a_search {
  display: block;
  position: absolute;
  border: 0;
  right: 0px;
  top: 0;
  width: 50px;
  height: 35px;
  background: #0057b4 url(2022110911365785174.png) center center no-repeat
 
}

.header .searchbox .a_search:hover {
 background: #045BB9 url(2022110911365785174.png) center center no-repeat;
}

.ul_nav {
  margin-top: .15rem;
}

.ul_nav .a_h1 {
  font-size: .16rem;
  display: block;
  padding: .15rem;
  border-bottom: 4px solid transparent;
  padding-bottom: .15rem;
  font-family:"微软雅黑","雅黑",arial,verdana,sans-serif;
  font-weight: bold;
  color: #004EA2;
  border-bottom-color: #004EA2;
}

.ul_nav .active   {
  font-weight: bold;
  color: #0057b4;
  border-bottom-color: #0057b4;
}

.ul_nav .a_h1:hover {
  color: #0057b4;
  font-weight: bold;
 
}

.ul_nav .hidden {
  display: none;
}

.mobile_menu {
  display: none;
}

.newspapers .topbox {
  background: #fff;
  padding: .5rem .4rem;
}

.newspapers .selectbox {
  position: relative;
}

.newspapers .selectbox .select {
  width: 1.7rem;
  height: .4rem;
  border: 1px solid #DCDCDC;
  background: #F4F4F4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: .1rem;
  font-size: .16rem;
}

.newspapers .ul_facebox {
  margin-left: .4rem;
}

.newspapers .ul_facebox li {
  margin-left: .3rem;
  padding-top: .05rem;
}

.newspapers .ul_facebox a {
  display: block;
  font-size: .16rem;
  color: #333;
  border-radius: .2rem;
  height: .3rem;
  line-height: .3rem;
  padding: 0 .2rem;
}

.newspapers .ul_facebox a:hover {
  color: #0057b4;
}

.newspapers .ul_facebox .cur a {
  background: #0057b4;
  color: #fff;
}

.newspapers .searchbox {
  height: .4rem;
  font-size: 0;
  width: 2.6rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.newspapers .searchbox .inp_text {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #DCDCDC;
  background: #F4F4F4;
  font-size: .16rem;
  color: #333;
  height: .4rem;
  line-height: .38rem;
  padding-left: .1rem;
  padding-right: .4rem;
}

.newspapers .searchbox .a_search {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: .4rem;
  height: .4rem;
  background: url(ico_search2.png) center center no-repeat;
  z-index: 1;
}

.newspapers .newspapersbox {
  margin-top: .12rem;
}

.newspapers .newspapersbox .leftimg {
  width: 32%;
}

.newspapers .newspapersbox .leftimg img {
  display: block;
  width: 100%;
}

.newspapers .newspapersbox .rightbox {
  width: calc(68% - 0.12rem);
}

.newspapers .newspapersbox .rightbox .partbox {
  background: #fff;
  padding: .2rem .4rem;
}

.newspapers .newspapersbox .rightbox .partbox + .partbox {
  margin-top: .12rem;
}

.newspapers .newspapersbox .p_title {
  font-size: .16rem;
  font-weight: bold;
}

.newspapers .ul_newspaper {
  padding-top: .1rem;
  padding-bottom: .3rem;
}

.newspapers .ul_newspaper li {
  width: 48%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: .2rem;
}

.newspapers .ul_newspaper li:nth-child(2n-1) {
  margin-right: 4%;
}

.newspapers .ul_newspaper a {
  display: block;
  font-size: .16rem;
  color: #7A7A7A;
}

.newspapers .ul_newspaper a:before {
  content: '';
}

.newspapers .ul_newspaper a:hover {
  color: #0057b4;
}

.newspapers .ul_ortherpaper {
  margin-top: .3rem;
}

.newspapers .ul_ortherpaper li {
  width: calc((100% - 1rem)/3);
}

.newspapers .ul_ortherpaper li + li {
  margin-left: .5rem;
}

.newspapers .ul_ortherpaper .a_box {
  display: block;
}

.newspapers .ul_ortherpaper .a_box:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.newspapers .ul_ortherpaper .a_box:hover p {
  color: #0057b4;
}

.newspapers .ul_ortherpaper img {
  display: block;
  width: 100%;
}

.newspapers .ul_ortherpaper p {
  text-align: center;
  margin-top: .05rem;
  height: .3rem;
  line-height: .3rem;
  font-size: .16rem;
  color: #333;
}

@media screen and (max-width: 1700px) {
  .ul_nav .a_h1 {
    margin-left: .0rem;
  }
.foolter .absimgewm{
    left: 50.5%;
    padding-top: 10px;
  }
}

@media screen and (max-width: 1380px) {
   .foolter .absimgewm{
        display: none;
  }
}
@media screen and (max-width: 1630px) {
  .level li a {
    font-size: .14rem;
    display: block;
    padding: .09rem;
    border-bottom: 4px solid transparent;
    padding-bottom: .15rem;
    font-family:"微软雅黑","雅黑",arial,verdana,sans-serif;
    color: #000000;
  
  }
  .header .logo {
    width: 28%;
    
  }
  .header .logo img {
    width: 100%;
  }
  .ul_nav .a_h1 {
    margin-left: .0rem;
    font-size: .14rem;
  }
  .newspapers .topbox {
    padding: .3rem .2rem;
  }
  .newspapers .selectbox .select {
    width: 1.4rem;
  }
  .newspapers .ul_facebox {
    margin-left: 0rem;
  }
  .newspapers .ul_facebox li {
    margin-left: .2rem;
  }
  .newspapers .ul_facebox a {
    padding: 0 .1rem;
    font-size: .14rem;
  }
  .newspapers .searchbox {
    width: 2.2rem;
  }
  .newspapers .newspapersbox .rightbox .partbox {
    padding: .2rem;
  }
}
.yin{display:none;}

.kjdt{width: 96%;margin-left: 25px !important;}




@media screen and (max-width: 1200px) {
.g_w2 ul li{width: calc((100% -109px));}
.rmg ul li{width: 30%!important;}
.rmg_team ul li{width:160px !important;margin-right:-17px !important;}
.rmg_team ul li img{width: 120px !important;height:150px !important;}

.i_t { padding: 0  !important; }
.nr_tit_top{display: none !important;}
.u_lis li { }

  .header {
    position:fixed !important;
    padding: 0.2rem !important;
    width:100% !important;
  }
.el_b { float:left; width:100% !important; }
.e_link_u { width:100% !important;}
.e_link ul{  width:100% !important;}
.e_link{width:64% !important;z-index: 2 !important;margin: 6px 6px 6px 0 !important;}
.e_link_w {  height:30px; background-color:#303030; padding:20px 0 40px 0 !important;  margin:20px auto 0; }
.e_link span { display:block; width:80% !important; line-height:28px; font-size:12px; color:#9d9d9d;  text-align:center;background: #454545;}
.z_1{width: 100% !important;float: left;height:420px !important; }
.z_2{width: 100% !important;padding:0 !important;height:420px !important;}
.z_3{display: none !important;}
.z_4{width: 100% !important;padding:0 !important;height:350px !important;}
.z_5{width: 100% !important;padding:0 !important;height:350px !important;}
.z_6{width: 100% !important;padding:0 !important;height:350px !important;}
.e2_w { position:relative; width: 96%; height: 0; padding:75% 0 0; overflow: hidden;margin: 0 auto;}
#i_hd { position:absolute; top:0; left:0; width: 100%;  }
.e2_i { position:relative; width: 100%; height: 100% !important;  overflow: hidden;  }
.i_hd_img { position:absolute; top:0; left:0; height:100% !important; }
.i_hd_img img { width: 100%; height:100% !important; }
.i_hd_tit { box-sizing:border-box;  padding:0  90px 0 0;   line-height: 22px !important; }
.i_hd_tit a { font-size: 12px !important; white-space: nowrap; text-overflow: ellipsis;  overflow: hidden; }
#i_hd_nav {display:none;}


.mo_map_k{position: fixed !important;}
.c_logo{top:13px  !important;}

.banner_page{display: none;}
.foolter .beian a{ font-size: 14px !important;}
.c_ll_bg{top:0px !important;}
.u10_c ul li{width: 49% !important;}
.u11_c ul li{width: 49% !important;}
.u3c_img img{width: 100%  !important;}
#ban_w .swiper-slide{ background-size:178% 100% !important;}
.c_ban_w { height:161px  !important;}
#ban_w {height:161px  !important; }
.m_w ul li a { font-size:10px !important;}
.c_s_m_none{display: none;}
.c_s_m{top: 18px !important;
    right: 78px !important;}
.c_h_m{width: 100%  !important; 
    height: 65px  !important;
    overflow: hidden  !important;
 
    margin: 0 auto  !important;
    position: fixed  !important;
    padding-bottom: 15px  !important;
    background: #fff  !important;}
.c_logo a img{ width: 70%  !important;margin-left: 5% !important;}
.e_menu>ul>li>a{font-size: 12px !important; }
.qs_ser{padding: 30px 0px 0px  !important;}
.qr_s{margin-left: 0px !important;}
.em_bg { width:100px !important; background: #f5f5f500 !important;}
.n_rw{width: calc(100%) !important;margin-left:0px !important;}
.n_rw_dl  { width: calc(100% ) !important;}
.gi_w{padding: 0 25px 25px 20px !important;}
.i_c{padding:0 !important;}
.i_c p a img{width: 100% !important;}

.e_menu>ul>li{width: 20%  !important;height: 100% !important;}

.e_menu>ul { border-bottom: 0px solid #fff !important;}
.e_menu{width: 100% !important;}
.u_lis_m{right: 0px !important;}
.u_lis_m_2{right: 0px !important;}
.u_lis_m_3{right: 0px !important;}
.u11_c ul li img{    height: auto !important;}
.u_t ul li{margin-left: 0px;}
.u_t ul li.ut_y{margin-left: 25px;}

.kjdt{width: 100%;margin-left: 0px !important;}
.p_0 {width:100% !important;margin-left: auto;margin-right:auto; }
  .index_top_left {
    width: 550px;
    height: auto;
  }

.u11_c ul li,.u10_c ul li{width:100%; height:auto;}

.u_2 .u_lis{    padding: 0 25px;}
.r_hd_w {  position: relative;  }
#r_hd ul { height:3.6rem; }
#r_hd ul li { float: left;  }
.r_hd_w,#r_hd,#r_hd ul li { width:100%; height: 100%;max-height:3.6rem; overflow: hidden; }
.r_hd_img,.r_hd_img img{ width:525px; height: 100%;max-height:3.6rem; overflow: hidden; }
.yin{display:block;}
#r_hd{display:none;}
.p_0 .n_rw{
width: calc(100% );
}
#g_lis ul li.lis_x{display:none;}
.main_innerpage .leftnav {
  display:none;
}
.n_l  { display:none; }
.i_ly,.i_zh{ display:none;}
.foolter .absimgewm {
    display:none;
}
  body {
    overflow-x: hidden;padding-top: 80px !important; background: #FFF !important;
  }
  body.hid {
    overflow-y: hidden;
  }
  .header {
    position: relative;
    padding: 0.2rem;
  }
  .header .logo {
    width: 40%;
    padding-top: 0;
    margin-top: 0;
  }
  .header .rightbox {
    position: absolute;
    display: block;
    opacity: 0;
    position: absolute;
    top: 100%;
    right: 0;
    width: 3.6rem;
    padding: 0.2rem;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    background: #fff;
    max-height: calc(100vh - 100%);
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10;
  }
  .header .rightbox.show {
    display: block;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .header .linksbox {
    display: block;
    text-align: center;
    width: 100%;
    padding-right: 0;
  }
  .header .searchbox {
    display: block;
    width: 100%;
    margin-top: 0.15rem;
  }
  .ul_nav {
    background: #eaf4ff;
  }
  .ul_nav li {
    display: block;
    position: relative;
  }
  .ul_nav .ico_show {
    position: absolute;
  }
  .ul_nav .a_h1 {
    border-bottom: 1px solid #fff;
    padding-left: .2rem;
    height: .5rem;
    line-height: .5rem;
    padding-bottom: 0;
    font-size: .16rem;
    margin-left: 0;
   
  }
  .ul_nav .a_h1.cur {
    font-weight: bold;
    color: #004EA2;
    border-bottom-color: #004EA2;
  }
  .ul_nav .a_h1.cur + .ico_show:before {
    border-bottom-color: #fff;
    border-left-color: #fff;
  }
  .ul_nav .ico_show {
    position: absolute;
    right: 0;
    top: .05rem;
    width: .4rem;
    height: .4rem;
    cursor: pointer;
  }
  .ul_nav .ico_show:before {
    content: '';
    display: block;
    width: .06rem;
    height: .06rem;
    border-left: 2px solid #666;
    border-bottom: 2px solid #666;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .ul_nav .ico_show.open:before {
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    -ms-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
  }
  .ul_nav .hidden a {
    display: block;
    line-height: .26rem;
    padding-top: .07rem;
    padding-bottom: .07rem;
  }
  .ul_nav .a_h1 + .ico_show + .hidden {
    background: #bdc6cf;
  }
  .ul_nav .a_h2 + .ico_show + .hidden {
    background: #b1cbe8;
  }
  .ul_nav .h2box {
    position: relative;
  }
  .ul_nav .h2box .ico_show {
    top: 0;
  }
  .ul_nav .a_h2 {
    position: relative;
    padding-left: .5rem;
    color: #333;
    border-bottom: 1px solid #bbd7f5;
  }
  .ul_nav .a_h2:before {
    content: '';
    position: absolute;
    border-left: 6px solid #333;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    left: .3rem;
    top: .16rem;
  }
  .ul_nav .a_h2.cur {
    background: #4183ca;
    color: #fff;
  }
  .ul_nav .a_h2.cur:before {
    border-left-color: #fff;
  }
  .ul_nav .a_h2.cur + .ico_show:before {
    border-bottom-color: #fff;
    border-left-color: #fff;
  }
  .ul_nav .a_h3 {
    position: relative;
    padding-left: .7rem;
    color: #333;
    border-bottom: 1px solid #94afcc;
  }
  .ul_nav .a_h3:before {
    content: '';
    position: absolute;
    border-left: 2px solid #333;
    border-bottom: 2px solid #333;
    width: .06rem;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    height: .06rem;
    left: .5rem;
    top: .16rem;
  }
  .ul_nav .a_h3.cur {
    background: #7398bf;
    color: #fff;
  }
  .ul_nav .a_h3.cur:before {
    border-left-color: #fff;
    border-bottom-color: #fff;
  }
  .mobile_menu {
    display: none;
    position: absolute;
    width: 25px;
    height: 20px;
    top: 50%;
    margin-top: -7px;
    right: 0.2rem;
  }
  .mobile_menu span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #0057b4;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
  .mobile_menu span:nth-child(1) {
    top: 0;
  }
  .mobile_menu span:nth-child(2) {
    top: 7px;
  }
  .mobile_menu span:nth-child(3) {
    top: 14px;
  }
  .mobile_menu.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 4px;
  }
  .mobile_menu.open span:nth-child(2) {
    width: 0;
    opacity: 0;
  }
  .mobile_menu.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 18px;
    left: 4px;
  }
  .newspapers .ul_newspaper li {
    margin-top: .15rem;
  }
  .newspapers .ul_newspaper a {
    font-size: .14rem;
  }
  .newspapers .ul_ortherpaper {
    margin-top: .2rem;
  }
  .newspapers .ul_ortherpaper li {
    width: calc((100% - .4rem)/3);
  }
  .newspapers .ul_ortherpaper li + li {
    margin-left: .2rem;
  }
}

@media screen and (max-width: 768px) {
  .header .logo {
    width: 70%;
  }
  .newspapers .topbox .selectbox {
    width: 30%;
  }
  .newspapers .topbox .selectbox .select {
    width: 100%;
  }
  .newspapers .topbox .ul_facebox {
    width: 60%;
  }
  .newspapers .topbox .searchbox {
    width: 100%;
    margin-top: .2rem;
  }
  .newspapers .newspapersbox .leftimg {
    width: 100%;
  }
  .newspapers .newspapersbox .rightbox {
    width: 100%;
    margin-top: .12rem;
  }
  .newspapers .ul_newspaper {
    padding-bottom: .1rem;
  }
  .newspapers .ul_newspaper li {
    width: 100%;
    margin-left: 0;
  }
  .newspapers .ul_newspaper li:nth-child(4n-1) {
    margin-right: 0;
  }
  .newspapers .ul_ortherpaper li {
    width: 100%;
  }
  .newspapers .ul_ortherpaper li + li {
    margin-left: 0;
  }
}

@media screen and (max-width: 480px) {
  body {
    padding-top: 0rem;
  }
  .header {
    position: fixed;
  }
  .header .rightbox {
    width: 100%;
    border-top: 1px solid #ddd;
  }
  .newspapers .topbox .selectbox {
    width: 100%;
  }
  .newspapers .topbox .ul_facebox {
    width: 100%;
    padding-top: .2rem;
  }
  .newspapers .topbox .ul_facebox li {
    margin-left: 0;
  }
  .banner_inner {
    display: none;
  }
}

body {
  background: #F5F5F5;
}

.container {
  width: 84%;
  margin-left: auto;
  margin-right: auto;
}
.container_guanggao{
  width: 86%;
  margin-left: auto;
  margin-right: auto;

}
.container .span{
 color:#727272
}

.banner_inner img {
  display: block;
  width: 100%;
}

.position {
  line-height: .24rem;
  border-bottom: 1px solid #E8E8E8;
  padding: .1rem 0;
  background: #F5F5F5;
}

.position span {
  font-size: .14rem;
  padding-left: .24rem;
  display: inline-block;
  background: url(2022120114333810421.png) left center no-repeat;
}

.position a {
  color: #727272;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
  -webkit-transition: all 0.3s 0s ease-in-out;
 
}

.position a:hover {
  color: #0057b4;
}

.position .a_home {
  padding-left: .24rem;
  display: inline-block;
  background: url(ico_home.png) left center no-repeat;
}

.position .span_text {
  color: #333;
}

.position .span_arrow {
  display: inline-block;
  vertical-align: 2px;
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  width: .06rem;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  height: .06rem;
  margin: 0 .05rem;
}

.main_innerpage {
  margin-top: .15rem;
}

.main_innerpage .leftnav {
  width: 2.5rem;
      min-height: 500px;
}

.main_innerpage .leftnav .p_title {
  background: #0057b4;
  color: #fff;
  font-size: .18rem;
  font-weight: bold;
  text-align: center;
  line-height: .7rem;
 
}
.main_innerpage .leftnav .p_title span{

  
  /*padding-left: 8px;*/

}
.main_innerpage .leftnav .p_title  span a{
color: #fff;
font-family: "雅黑",arial,verdana,sans-serif;


}


.main_innerpage .main_container {
  width: calc(100% - 30%);
}

.f_nve{
  background: #fff;
  border-bottom: 1px #E3ECF5 solid;
  
}
.ul_leftnav {
  background: #fff;
  
}

.ul_leftnav li + li {
  border-top: 1px solid #E3ECF5;
}

.ul_leftnav li {
  position: relative;
  background:#F5F5F5
}

.ul_leftnav a {
  display: block;
  position: relative;
   padding-left: .65rem;
  color: #333;
  line-height: .3rem;

}

.ul_leftnav a:after {
  content: '';
  position: absolute;
  vertical-align: middle;
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  width: .08rem;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  height: .08rem;
  margin: 0 .05rem;
  top: 50%;
  margin-top: -.04rem;
  right: .35rem;
}
.ul_leftnav .s1_y  a:after {
  content: '';
  position: absolute;
  vertical-align: middle;
  border-left: 1px solid #045bb8;
  border-bottom: 1px solid #045bb8;
  width: .08rem;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  height: .08rem;
  margin: 0 .05rem;
  top: 50%;
  margin-top: -.04rem;
  right: .35rem;
}
.ul_leftnav .s1_n  a:after {
  content: '';
  position: absolute;
  vertical-align: middle;
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  width: .08rem;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  height: .08rem;
  margin: 0 .05rem;
  top: 50%;
  margin-top: -.04rem;
  right: .35rem;
}

.ul_leftnav a:hover {
  color: #0057b4;
}

.ul_leftnav .a_h2 {
  font-size: .16rem;
  padding-top: .2rem;
  padding-bottom: .18rem;
  color:#5a5a5a;
   font-family:"微软雅黑","雅黑",arial,verdana,sans-serif;
  border-bottom: 1px #fff solid;
}
.ul_leftnav .a_h22 {
  font-size: .16rem;
  padding-top: .2rem;
  padding-bottom: .18rem;
  color:#5a5a5a;
    font-family:"微软雅黑","雅黑",arial,verdana,sans-serif;
  border-bottom: 1px #fff solid;
}
.ul_leftnav .a_h222 {
  font-size: .135rem;
  padding-top: .08rem;
  padding-bottom: .08rem;
  color:#5a5a5a;
   font-family:"微软雅黑","雅黑",arial,verdana,sans-serif;
  border-bottom: 1px #fff solid;
 
}
.ul_leftnav .menuitem .a_h222.a_y{    color: #045bb8;font-weight: bold;}
/**
.ul_leftnav .menuitem .a_h222.a_y::before{   content: '';
    position: absolute;
    vertical-align: middle;
    border-left: 1px solid #999;
    border-bottom: 1px solid #999;
    z-index: 9;
    margin: 0 .05rem;
    top: 43%;
    margin-top: -.04rem;
    right: .26rem;
    border:8px solid transparent;
    border-left-color:#0057b4;}

**/
.ul_leftnav .a_h2.a_y{
  color:#045bb8;
  font-weight: bold;
}
/**
.ul_leftnav .a_h2.a_y::before{
  content: '';
    position: absolute;
    vertical-align: middle;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    z-index: 9;
    margin: 0 .05rem;
    top: 46%;
    margin-top: -.04rem;
    right: .25rem;
    border:8px solid transparent;
    
}
**/
.menuitem .submenu {display: none; position: relative;left:100%;z-index:999;}
.menuitem .submenu .a_h222{  width:2rem;font-size: .135rem;padding-top: .08rem;padding-bottom: .08rem;color: #5a5a5a;  font-family:"微软雅黑","雅黑",arial,verdana,sans-serif;border-bottom: 1px #fff solid;}
.menuitem .submenu .a_h222:hover{color: #0057b4;}
.menuitem:hover .submenu {display: block; position: absolute;}
.menuitem:hover .submenu .a_h222{background-color: #F5F5F5;}


.ul_leftnav .a_h3 {
  font-size: .14rem;
  padding-top: .1rem;
  padding-bottom: .1rem;
}

.ul_leftnav .ico_show {
  display: block;
  position: absolute;
  width: .3rem;
  height: .3rem;
  cursor: pointer;
  background: #fff;
  right: 0;
  top: .2rem;
  right: .3rem;
}

.ul_leftnav .ico_show:after {
  content: '';
  position: absolute;
  vertical-align: middle;
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  width: .08rem;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  height: .08rem;
  margin: 0 .05rem;
  top: 50%;
  margin-top: -.04rem;
  left: 50%;
  margin-left: -.06rem;
  -webkit-transition: all .3s  ease-in-out;
  -o-transition: all .3s  ease-in-out;
  transition: all .3s  ease-in-out;
}

.ul_leftnav .ico_show.open:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.ul_leftnav .ico_nav {
  display: block;
  width: .3rem;
  height: .3rem;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: .2rem;
  top: .2rem;
}
/*
.ul_leftnav .icon_y{
  background-image: url(/eportal/fileDir/sh5mcc/resource/cms/2022/12/img_pc_site/2022120717462497477.png);

}
.ul_leftnav .icon_n{
  background-image: url(/eportal/fileDir/sh5mcc/resource/cms/2022/12/img_pc_site/2022120717455616990.png);

}
*/

.ul_leftnav .cur {
  color: #0057b4;
}

.ul_leftnav .cur:after {
  border-bottom-color: #0057b4;
  border-left-color: #0057b4;
}

.ul_leftnav .cur + .ico_show:after {
  border-bottom-color: #0057b4;
  border-left-color: #0057b4;
}

.ul_leftnav .hidden {
  display: none;
}

.ul_leftnav .hidden.db {
  display: block;
}

.swiper_detailimgbox {
  padding: 0 200px;
}

.swiper_detailimgbox .swiper-slide img {
  display: block;
  width: 100%;
}

.swiper_detailimgbox .swiper_imglist {
  margin-top: 20px;
}

.swiper_detailimgbox .swiper_imglist .swiper-slide {
  border: 2px solid transparent;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
  -webkit-transition: all 0.3s 0s ease-in-out;
  opacity: 0.5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  filter: alpha(opacity=50);
}

.swiper_detailimgbox .swiper_imglist .swiper-slide-thumb-active {
  border-color: #0057b4;
  opacity: 1;
  filter: alpha(opacity=100);
}

@media screen and (max-width: 1200px) {

  .container {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 .2rem;
  }
  .main_innerpage .leftnav {
    display: none;
  }
  .main_innerpage .main_container {
    width: 100%;
  }
  .swiper_detailimgbox {
    padding: 0 1rem;
  }

}

@media screen and (max-width:550px) {

.u_lis li span{
display: block;
}

}

@media screen and (max-width: 480px) {
.rmg ul li{width: 100%!important;}
  .container {
    padding: 0 .1rem;
  }
  .swiper_detailimgbox {
    padding: 0;
  }
}
 /* 轨道交通banner开始 */

.qs_clear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.qs_clear { *zoom:1;}
.qs_clear li span{ padding-right:0px;}
.qs_info { text-align: justify; text-justify : inter-ideograph; }
.qs_yin { width: 0; height: 0; overflow: hidden; display: none; }
.d_ban_w { position: relative; width:100%; height:400px; overflow:hidden; z-index:200; }
.d_ban { position:relative; width:100%; height:400px; overflow:hidden;}
.d_ban ul { position:relative; width:100%; height:400px;}
.d_ban ul li { position:absolute; top:0; left:0;width:100%; height:400px; background-image:url(2018122610515316420.jpg); background-repeat:no-repeat; background-position:50% 0; background-size:cover; }
.d_ban ul li.active {}
.d_ban .bgstretcher { margin:0 auto;}

.d_b_a { position:absolute; bottom:20px; left:50%; height:20px; overflow:hidden; z-index:300; }
.d_b_a ul {}
.d_b_a ul li { float:left; width:10px; height:10px; overflow:hidden; background-color:#045bb8; border:1px solid #fff; border-radius:8px; margin:0px 0px 0px  14px; box-shadow:0px 0px 5px #fff;}
.d_b_a ul li a { display:block; float:left; width:10px; height:10px; overflow:hidden; text-indent:-999px; } 
.d_b_a ul li.showPage { background-color:#e10f0f; border:1px solid #fff;}

.p_0 {width: 84%;margin-left: auto;margin-right:auto; }
.p_00 {width: 1200px;margin-left: auto;margin-right:auto; }
.p_top{margin-top:0.25rem;}
.p_bgw {  /*box-shadow:0px 0px 10px #ddd;*/ padding-bottom:10px; }


.p_1 { float:left; width:525px; margin:20px auto 0;padding:0 0 0 25px;} 
.p_2 { float:right;width: calc((100% - 0.02rem) / 2);; margin:20px auto 0; padding:0 25px;} 
.p_3 { float:left; width:calc((100% - 0.1rem) / 2); margin:20px auto 0; padding:0 0px;}
.p_4 { float:right; width:calc((100% - 1.1rem) / 2); margin:20px auto 0;padding:0 25px; }
@media screen and (max-width: 1200px){

.p_1 { width: 100%;
    margin: 2% auto 0 !important;
    margin-top: 0rem;
    padding-left: 0;
    padding-right: 0; } 
.p_2 {  width: 100%;

    padding-left: 0;
    padding-right: 0;} 
.p_3 { width: 100%;
    margin-top: 0.3rem;
    padding-left: 0;
    padding-right: 0; } 
.p_4 {  width: 100%;
    margin-top: 0.3rem;
    padding-left: 0;
    padding-right: 0;}
}

.p_5 { margin:20px auto 0; padding: 20px 0 0 0;} 
.p_6 { margin:20px auto 0;padding: 20px 0 0 0; } 
.p_7 { margin:20px auto 0;padding: 0px 0 0 0; }
.p_8 { margin:20px auto 0; padding: 20px 0 0 0;}
.p_9 { margin:20px 0 20px 0;padding: 20px 0 0 0; }

n_ban{width:100%; height:auto; background-color:#f1f2f3; margin:0 auto;}
.n_l  { float:left; width:2.5rem; }
.n_rw  { width: calc(100% - 2.8rem);; overflow: hidden; min-height:auto; margin-top:0px;margin-left: 283px;background:#fff;}
.n_rh  { width: calc(100% - 2.8rem);; overflow: hidden; min-height:auto; margin-bottom:33px;margin-left: 283px;background:#fff;}
.n_rw_dl  { width: calc(100% );; overflow: hidden; min-height:auto; margin-top:0px;}
.nr_tit{border-bottom: 1px #D9D9D9 solid; width:100%;}
.nr_tit_top{ margin-top:25px;}
.nr_tit a{font-weight: bold;color: #004F9A;font-size: 22px;border-bottom: 3px #004F9A solid;padding:0 0.1rem 0rem 0.1rem; font-family:"微软雅黑","雅黑",arial,verdana,sans-serif;}
.i_w { overflow: hidden; padding: 40px 40px 40px 40px;}
.i_t { text-align: center; line-height: 40px;    padding: 10px 40px 0 0px; }
.i_t span { font-size: 26px; color: #045bb8; }
.i_st { text-align: center; line-height: 45px; }
.i_st span { font-size: 20px; color: #333; }
.i_ly { width: auto; height: 30px; line-height: 30px; padding: 10px 40px 0 0; text-align: center; border-bottom: 1px solid #e8e8e8; }
.i_ly span { padding: 0 10px; font-size: 14px; color: #666; }
.i_ly span span { padding: 0 5px; }
.i_zh { width: 100px; height: 25px; overflow: hidden; margin: -0.35rem 0 0 84%; }
.i_zh a { display: block; float: left; width: 24px; height: 24px; background-image: url(2019011016290928603.png); background-repeat: no-repeat; margin: 0 3px; text-indent: -999px; }
.i_zh_1 { background-position: 0 0; }
.i_zh_2 { background-position: 0 -27px; }
.i_zh_3 { background-position: 0 -54px; }
.i_c { line-height: 220%; font-size: 16px; color: #666; padding: 25px 0 0 0; text-align: justify; text-justify : inter-ideograph; }
.i_c * { font-size: 16px; line-height:210%; }

.i_c p { margin:0px 0 15px;}

.i_c table { margin:10px auto; }
.i_d { height: 30px; text-align: center; padding-top: 40px; }
.i_d a { font-size: 14px; color: #828282; border: 1px solid #d2d2d2; margin: 0 15px; padding: 3px 10px; border-radius: 3px; background-color: #f8f8f8; }

.u_lis { position:relative; }
.u_lis li { height: 100px; line-height: 32px; overflow: hidden; background: #f5f5f5; background-repeat: no-repeat; background-position: 0 50%; margin-bottom: 0.15rem;padding: 0.2rem;}
.u_lis li a { font-size: 16px; color: #848484;  font-family:"微软雅黑","雅黑",arial,verdana,sans-serif;}
.u_lis li .t a{font-size: 18px;font-weight: bold;font-family:"微软雅黑","雅黑",arial,verdana,sans-serif;color: #000;}
.u_lis li span { font-weight: bold;line-height: 0.32rem;float: left; font-size: 18px; color: #004FA2; }


.u_lis li:hover a, .u_lis li:hover span { color: #045bb8; }

.u_lis1 { position:relative; }
.u_lis1 ul li { height: 38px; line-height: 32px; overflow: hidden; background-image: url(2022120615055668656.png); background-repeat: no-repeat; background-position: 0 50%;     margin: 6px 10px 0 0;}
.u_lis1 ul li a { font-size: 16px; color: #000; padding-left: 15px;  font-family:"微软雅黑","雅黑",arial,verdana,sans-serif;}
.u_lis1 ul li span { float: right; font-size: 14px; color: #999; }
.u_lis1 ul li:hover a, .u_lis1 ul li:hover span { color: #045bb8; }
.g_w2 ul li{width: calc((100% - 200px) / 2);display: inline-block;background: #F5F5F5;padding: 28px 33px;margin: 20px 0 0 20px;height:80px;}
.g_w2 ul li p a{font-size: 18px;font-weight: bold;}
.g_w2 ul li:hover p a{color: #004FA2;}

.g_w2 ul li p span{font-size: 16px;vertical-align: middle;}





.g_w {    width: 93.5%;margin: 0 auto;}

#g_lis { padding:20px 0px; }
#g_lis ul li.lis_x { width:auto; height:2px; overflow:hidden; padding:10px 0; background:none;}
#g_lis ul li.lis_x div { width:100%; height:0px; overflow:hidden; border-bottom:1px dashed #d3d3d3; }

.g_m { padding:20px 0 40px; }


.gm_w {  padding:25px 25px 0px;}
.gm ul { width:950px;}
.gm ul li { float:left; width:260px; margin:0 23px 30px 0; padding:5px; overflow:hidden; background-color:#f6f6f6; box-shadow:0px 0px 10px #ddd;}
.gm ul li a {  text-align:center;}
.gm ul li img { display:block; width:260px; height:173px; overflow:hidden; transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.gm ul li h2 { font-size:14px; color:#333; line-height:30px; font-weight:normal; padding:10px 0 0; }
.gm ul li:hover { background-color:#045bb8;  box-shadow:0px 0px 10px #045bb8;}
.gm ul li:hover img { transform:scale(1.1,1.1); }
.gm ul li:hover h2 { color:#fff;}

.gi_w { padding:0 25px 40px;}
.gi_w .i_c ul li{  padding-top:20px;  }
.gi_w .i_c ul li:before{content:"";display:inline-block;width:0;height:0;border-top:5px solid transparent;
border-left:4px solid #0057b4; border-bottom:5px solid transparent;border-right:5px solid transparent;
    margin-right: 10px;
}
.gi_w .i_c ul li a{ font: .16rem/1.5 '\5FAE\8F6F\96C5\9ED1',tahoma,arial,'Hiragino Sans GB','\5b8b\4f53',sans-serif;}
.gi_w .i_c p a{ font: .16rem/1.5 '\5FAE\8F6F\96C5\9ED1',tahoma,arial,'Hiragino Sans GB','\5b8b\4f53',sans-serif;}
.gi_w2{ padding:20px 25px 20px;}
.l_m_bd { width: auto; height: auto; text-align: center; }
.l_m_bd span { width: 5px; display: inline-block; }
.l_m_bd font { display: inline-block; font-size: 14px; color: #fff; background-color:#045bb8; border: 1px solid #045bb8; padding: 2px 5px; }
.l_m_bd a { display: inline-block; font-size: 14px; color: #333; border: 1px solid #ddd; padding: 2px 5px; cursor: pointer; }
.l_m_bd a.l_a { }


.fl_nav  { width:250px; z-index:999; }
.fl_nav { position:relative; background-color:#f5f5f5;  box-shadow:0px 8px 10px #ddd;  }
.s0_y { display:block; }
.s0_n { display:none; }

.fl_0 { height:50px; line-height:50px; text-align:center; background-color:#045BB8;  }
.fl_0 span { font-size:18px; color:#fff; }

.f0_w { padding:20px ;}


.fl_w { border-bottom:1px solid #e2e2e2;}

.fl_1 { position:relative; height:45px; text-align:center; }
.fl_1 a { height:45px; line-height:45px; font-size:16px; color:#333;  }
.fl_1 span { display:block; position:absolute; top:9px; right:-15px; width:30px; height:30px; overflow:hidden; background-image:url(2020110316444737508.png); background-repeat:no-repeat; background-position:50% 50%;  background-size:15px auto;  cursor:pointer; }

.s1_y .fl_1 { background-color:#0084d0;}
.s1_y .fl_1 a { color:#fff;}
.s1_y .fl_1 span { display:none;}
.s1_y .f2_w { display:block; }
.s1_n .f2_w { display:none; }
.s1_n .fl_1 span { display:block;}

.f2_w { padding:5px 15px; }
.fl_2 { height:30px; line-height:30px; border-top:1px dashed #d5d5d5; text-align:center;}
.fl_2 a { font-size:12px; }


.s2_y a { color:#045BB8;}
.s2_n a {  color:#666; }
.dl_w { min-height:100%;}
.dl_w_bg{background: #fff;}
.q2_w { }

.r_hd_w {  position: relative;  }
#r_hd ul { height:3.6rem; }
#r_hd ul li { float: left;  }
.r_hd_w ul li { width:525px; height: 100%;max-height:3.6rem; overflow: hidden; }
.r_hd_img,#r_hd,.r_hd_img img{  width:525px; height: 100%;max-height:3.6rem; overflow: hidden; }

.r_hd_tit { width: 100%; height: 35px; line-height: 35px; overflow: hidden; opacity: 0.7; filter: alpha(opacity=70); *zoom: 1;
background-color: #000000; z-index: 5; margin:-35px 0px 0px 0px ;  }
.r_hd_tit a { font-size: 14px; color: #fff; padding-left: 10px; }
.r_hd_nav { width: 110px; height: 20px; overflow: hidden; position: absolute; bottom:0px; right: -20px; z-index: 10; }
.r_hd_nav ul { float: right; }
.r_hd_nav ul li { float: left; width: 8px; height: 8px; overflow: hidden; text-indent:-999px; border-radius:4px; margin-right: 9px; background-color: #ffff; cursor: pointer; font-size:12px;  color:#333; text-align:center; line-height:16px; }
.r_hd_nav ul li.navOn { background-color: #e10f0f; color:#fff; }

.u_2 { height:350px;}
.u_2 .u_lis {  }
.u_t1_title {display: flex;justify-content: space-around;border-bottom: 1px solid #d6d6d6; }
.u_t1{}
.k3{width: 31%;text-align: center; padding: 20px;}
.ut_y {}
.ut_yyy {border-top: 2px solid #0054a7;background-color: #e5f2ff;font-size: 0.2rem;padding: 20px;width: 31%;text-align: center;}
.u_t { height:45px; overflow:hidden;  position: relative;}
.u_t ul { height:42px; border-bottom:1px solid #eee;}
.u_t ul li { float:left;  height:40px; }
.u_t ul li a { display:block; height:39px;   text-align:center; font-size:16px;   }

.u_t ul li.ut_y {border-bottom: 3px #045BB8 solid;    margin-right: 20px;}
.u_t ul li.ut_yy {border-bottom: 3px #045BB8 solid;}
.u_t ul li.ut_yyy {border-bottom: 3px #045BB8 solid;}
.u_t ul li.ut_y a { color:#045bb8; padding-bottom:6px; background-repeat:no-repeat; background-position:50% 100%;
  font-family:"微软雅黑","雅黑",arial,verdana,sans-serif;   font-weight: bold;
font-size: 20px; }
.u_t ul li.ut_yy a { color:#045bb8; padding-bottom:6px; background-repeat:no-repeat; background-position:50% 100%;font-weight: bold;
  font-family:"微软雅黑","雅黑",arial,verdana,sans-serif;
font-size: 20px; }
.u_t ul li.ut_yyy a { color:#045bb8; padding-bottom:6px; background-repeat:no-repeat; background-position:50% 100%;font-weight: bold;
  font-family:"微软雅黑","雅黑",arial,verdana,sans-serif;
font-size: 20px; }
.u_t ul li.ut_n {     margin-right: 20px;}
.u_t ul li.ut_n a { color:#5A5A5A;  font-family:"微软雅黑","雅黑",arial,verdana,sans-serif;
font-size: 20px; }

.u_lis_m { display:block;  position:absolute; top:-54px; right:0px; height:30px; overflow:hidden; padding-right:13px; line-height:30px; font-size:15px; color:#065bb8; background-image:url(2022062015011471804.png); background-repeat:no-repeat; background-position:100% 50%;  font-family:"微软雅黑","雅黑",arial,verdana,sans-serif;}
.u_lis_m_3 { display:block;  position:absolute; top:-54px; right:0px; height:30px; overflow:hidden; padding-right:13px; line-height:30px; font-size:15px; color:#065bb8; background-image:url(2022062015011471804.png); background-repeat:no-repeat; background-position:100% 50%;  font-family:"微软雅黑","雅黑",arial,verdana,sans-serif;}
.u_lis_m_1 { display:block;  position:absolute; top:5px; right:0px; height:30px; overflow:hidden; padding-right:13px; line-height:30px; font-size:15px; color:#065bb8; background-image:url(2022062015011471804.png); background-repeat:no-repeat; background-position:100% 50%;  font-family:"微软雅黑","雅黑",arial,verdana,sans-serif;}
.u_lis_m_2 { display:block;  position:absolute; top:-58px; right:0px; height:30px; overflow:hidden; padding-right:13px; line-height:30px; font-size:15px; color:#065bb8; background-image:url(2022062015011471804.png); background-repeat:no-repeat; background-position:100% 50%;  font-family:"微软雅黑","雅黑",arial,verdana,sans-serif;}



.et_y { border-bottom: 2px solid #045bb8 ; }
.et_y a { color:#045bb8; }
.et_n { border-left: 2px solid transparent ; }
.et_n a { color:#333; }

.et_x_y { display:block; }
.et_x_n { display:none; }

.ut_x_y { display:block; padding-top: 8px;}
.ut_x_n { display:none; }

.u99c_img ,.u99c_img img { max-width: 250px; max-height: 180px; overflow: hidden;margin: 0 auto;
    background: #f6f6f6;}
.u99c_img img { display: block; transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}

.u999c_img ,.u999c_img img { max-width:94px; max-height:94px; overflow: hidden;margin: 0 auto;
    background: #f6f6f6;}
.u6c_img ,.u6c_img img { max-width:338px; max-height:86px; overflow: hidden;margin: 0 auto;
    background: #f6f6f6;}
.u6_c ul li { float: left; width:338px; height:86px; overflow: hidden; background-color:#fff;  padding:2px; }
.u3c_img ,.u3c_img img {  overflow: hidden;margin: 0 auto;
    background: #f6f6f6;}
.u3_c ul li { float: left; width:858px; height:266px; overflow: hidden; background-color:#fff;  padding:2px; }
.u999_c ul li { float: left; width:94px; height:147px; overflow: hidden; background-color:#fff;  padding:2px; }
.u999c_tit { font-family: "微软雅黑","雅黑",arial,verdana,sans-serif; font-size: 12px;text-align: center;}
.u999_c { width: 100%; height:147px; overflow: hidden; margin:0 auto ; }
.u991c_img ,.u991c_img img { max-width:94px; max-height:94px; overflow: hidden;margin: 0 auto;
    background: #f6f6f6;}
.u991_c ul li { float: left; width:94px; height:94px; overflow: hidden; background-color:#fff;  padding:2px; }
.u991_c { width: 100%; height:100px; overflow: hidden; margin:0 auto ; }


.u999_t span{color: #fff;
    padding: 7px;
    background: #004f9a;
    border-radius: 0 15px 15px 0;}
.u999_t{
margin-top: 15px;
    font-family: "微软雅黑","雅黑",arial,verdana,sans-serif;}

.u9c_img ,.u9c_img img { width: 100%; height: 180px; overflow: hidden;}
.u9c_img img { display: block; transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}

.u9c_tit { padding:10px 10px 0; height: 30px;  line-height:30px;overflow: hidden; text-align:center;}
.u9c_tit a { font-size:16px; color:#333; }


.u9_b { position: relative;   padding:20px 0px 20px;  }


.u9_lw,.u9_rw  { position: absolute; top: 75px; width: 25px; height: 80px; overflow:hidden;  cursor: pointer; background-repeat: no-repeat; background-position: 50% 50%; opacity: 0.8; }
.u9_lw { left: 10px; background-image: url(2022062416361356200.png);}
.u9_rw { right: 10px; background-image: url(2022062416361368355.png); }
.u9_lw:hover,.u9_rw:hover { opacity: 1;}

.u9_lw a, .u9_rw a { display: none; }

.u9_c { width: 92%; height:230px; overflow: hidden; margin:0 auto ; }
.u9_c ul { }
.u9_c ul li { float: left; width:250px; height:220px; overflow: hidden; background-color:#fff; margin-right: 38px; padding:2px; }

.u9_c ul li:hover { background-color:#045bb8;  box-shadow:0px 0px 10px #045bb8; }
.u9_c ul li:hover .u9c_tit a { color:#fff; }
.u9_c ul li:hover .u9c_img img { transform:scale(1.1,1.1); }

.u10_b { position: relative;padding:20px 0px 20px;  }
.u10_c { width: 98%; margin:0px 1.5%; }
.u10_c ul { display: flex;flex-wrap: wrap;}
.u10_c ul li {height:auto;overflow: hidden;  margin:0 1% 0px 0; width:24%;}
.u10_c ul li img{width:100%;}

.u11_c { width: 98%; margin: 20px 1.5%; }
.u11_c ul { }
.u11_c ul li { float: left;  overflow: hidden; margin-right:1%;  width:24%;}
.u11_c ul li img{width:100%;height:187px;}

.u11c_img ,.u11c_img img { width: 100%; overflow: hidden;}
.u11c_img img { display: block; transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.u11c_tit { padding:10px 10px 0; height: 30px;  line-height:30px;overflow: hidden; text-align:center;}
.u11c_tit a { font-size:14px; color:#333; }

.rmg_w {padding: 25px 25px 40px;  }
.rmg_team ul {padding: 0rem 0.1rem 1.35rem 0.1rem;
    margin-bottom: 0.1rem;}
.rmg ul { width:100%;}
.rmg ul li { float:left; width:30%; height:260px; margin:0 3% 0% 0;}
.rmg_team ul li  { vertical-align: top;
    width: 180px;
    margin-top: 0.1rem;
    display: inline-block;
    text-align: center;margin-right: 4%;}
.rmg ul li a { display:block; height:200px;  text-align:center; border:1px solid #c4c4c4;}
.rmgs ul{
    display: flex;
    flex-wrap: wrap;
}
.rmgs ul li {padding-right: 1%; width: 32%;padding-bottom:1%;}
.rmgs ul li h2{    font-size: 14px;text-align: center;    padding-top: 5px;}
.rmgs ul li img{width: 100%;height: 80%; }
.rmgs ul li h2 a{ font: .14rem/1.5 '\5FAE\8F6F\96C5\9ED1',tahoma,arial,'Hiragino Sans GB','\5b8b\4f53',sans-serif;}
.rmg_img { display:table-cell;   text-align:center;   width:22%; height:160px; overflow:hidden;}
.rmg_img img { width:100%; height:200px;}
.rmg_team_img{  display:table-cell;   text-align:center;   width:180; height:238px; overflow:hidden;}
.rmg_team_img img{ width:180px; height:238px;}
.rmg ul li h2 { font-size:14px; color:#333; line-height:20px; font-weight:normal; padding:10px 0 0; }
.rmg ul li:hover a { border:1px solid #045BB8; box-shadow:0px 0px 5px #045BB8;}
.rmg ul li:hover .rmg_img img {  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }transform:scale(1.1,1.1); 
.rmg ul li:hover h2 { color:#045BB8;}
.rmg_team ul li h2 { font-size:18px; color:#333; line-height:20px; font-weight:normal; padding:10px 0 0; text-align: center;}
.rmg_team ul li h3 { font-size:14px; color:#333; line-height:20px; font-weight:normal; padding:10px 0 0; text-align: center;}

.rmg_team ul li:hover h2 { color:#045BB8;}

.f_m { width: auto; height: auto; overflow: hidden; padding: 10px 0 30px; }



.rtab_w { margin:10px auto 20px; width:100%; background-color:#F2F2F2; }
.rtab_w ul {  border:1px solid #fff;}
.rtab_w ul li { overflow:hidden; border-bottom:1px solid #fff;    font-family: "微软雅黑", arial, verdana, sans-serif;}
.rtab_w ul li div { display:table-cell; height:40px; overflow:hidden; line-height:20px; vertical-align:middle; border-left:1px solid #fff; font-size:12px; color:#333; padding: 0 0 0 5px;}
.rtab_f { background-color:#A5A5A5;}
.rtab_w ul li.odd { background-color:#ddd; }
.rtab_w ul li.rtab_f>div { font-size:12px; color:#fff; text-align:center;  }
.rtab_w ul li.rtab_f>div i { display:block; font-size:12px; color:#fff; font-style:normal;}

.rtab_w ul li div.tab_1 { width:30px; border-left:none; text-align:center; background-color:#A5A5A5; color:#fff; }
.tab_2 { width:110px;}
.r_txrz .tab_2{  width: 150px;}
.tab_3 { width:175px; }
.r_txrz .tab_3 {
    width: 230px;
}
.tab_4 { width:160px; }
.r_txrz .tab_4 {
    width: 190px;
}
.tab_5 { width:200px; }
.r_txrz .tab_5 {
    width: 125px;
    text-align: center;
}
.tab_6 { width:130px;}
.tab_7 { width:95px; text-align:center;}
.tab_8 { width:60px; text-align:center;}

.rtab_w ul li:hover { background-color:#c0e2ff;}
.rtab_w ul li.rtab_f:hover { background-color:#A5A5A5;}

.rtab_w ul li:hover { background-color:#c0e2ff;}
.rtab_w ul li.rtab_f:hover { background-color:#A5A5A5;}



 /* 轨道交通banner结束 */
 /* 建筑研究院开始 */

/*头部*/
.c_ll_bg{position: absolute;z-index: 999;width: 100%;}
.c_h_m{ height:100px; overflow:hidden;width:1200px; margin:0 auto; position:relative;padding-bottom: 15px;}
.c_logo{ left:0; top:20px; position:absolute;}
.c_h_y{ position:absolute; right:0; top:0; height:40px;}
.c_h_y a{ display:block; float:left; padding:0 5px; line-height:40px; font-size:14px; color:#fff;}
.c_s_m{ width:160px; height:25px; position: absolute; top:35px; right:0; background:url(2022062814374523176.png) 0 0 no-repeat;}
.ss_in{ float:left; width:115px; padding-left:10px; height:25px; overflow:hidden;}
.ss_in input{ padding:0; margin:0; border:none; background:none; width:115px; height:25px; font-size:14px; line-height:25px; color:#fff;}
.m_nv_bu{ float:right; width:35px; height:25px; overflow:hidden;}
.m_nv_bu input{padding:0; margin:0; border:none; background:none; height:25px; width:35px; cursor:pointer; font-size:999px;}

.c_menu{ width:1200px; height:30px; margin:0 auto;  padding-bottom:6px; border-bottom:#fff 1px solid;}
.c_menu ul{ width:1200px;}
.c_menu ul li{ height:30px; line-height:30px; float:left; padding-right:17px;}
.c_menu ul li a{ font-size:16px; color:#fff; display:block; height:30px; padding:0 20px; line-height:30px;font-family: "微软雅黑", arial, verdana, sans-serif;}
.c_menu ul li.c_dh_y a{ background-color:#045bb8; border-radius:15px;}
.c_menu ul li:hover a{  background-color:#045bb8;border-radius:15px;}
.second{ flex-wrap: nowrap;}
.nav_con{display: none;}
.c_menu ul li:hover .nav_con{display: block; }

 /* 建筑研究院头部结束 */
.banner_page{ width: 100%; overflow: hidden; list-style: none;position:relative;}
.banner_page_div{top:50px;position: relative;width: 1200px;margin-left: auto;margin-right: auto;}


/*# sourceMappingURL=style.css.map */

.e_menu_w {  width:100%;  margin:0 auto;  }
.e_menu { position: relative; width:1200px; height:35px; margin:0 auto; z-index:1010; }
.e_menu>ul { position:relative; z-index:100; padding:0px 0;height: 35px;border-bottom: 1px solid #fff;
    border-radius: 5px;}
.e_menu>ul>li { float:left; width:120px; height:25px; padding:0 0px; }
.e_menu>ul>li>a { display:block; width:100%; font-size:16px; color:#fff; text-align:center; height:35px; line-height:35px;font-family: "雅黑",arial,verdana,sans-serif; }
.e_menu>ul>li.active>a { background-color:#045bb8; border-radius:15px; }
.e_menu>ul>li.active>a,.e_menu>ul>li.hover>a {  }

.em_bg { position:absolute; left:0px; top:0px; z-index:50; width:120px; height:35px; margin-right:0px; background-color:#045bb8; border-radius:15px;  }


.m_w { display:none; position:relative; width:100%; z-index:1100; padding:10px 0; }
.m_w ul { position:relative;  width:100%;z-index:120;}
.m_w ul li { height:30px; line-height:30px; text-align:center;}
.m_w ul li a { font-size:14px; color:#fff;font-family: "雅黑",arial,verdana,sans-serif; }
.m_w .m_bgc{ position:absolute; top:0; left:0; z-index:110; width:100%; height:100%; overflow:hidden; background-color:#005da9; opacity:.8;}
.m_w ul li:hover { background-color:#0c7af0;}


/*手机导航*/

.mo_map_k { width: 36px; height: 36px; overflow: hidden; position: relative; top: 30px; right:25px; z-index: 2000; border-radius: 6px; background: #fff; display: block;}
.mo_map_k svg { width: 100%; pointer-events: none; }
.mo_b_top { width: 36px; height: 36px; overflow: hidden; position: fixed; bottom: 38px; right: 5px; z-index: 2000; border-radius: 6px; display: none; border: 1px solid #ddd; background: #fff; }
.mo_b_top svg { width: 100%; pointer-events: none; }
.mo_map { width: 100%; height: 100%; position: fixed; top: 0; right: -100%; background-color: #fff; z-index: 2999; }
.mo_map_nav { width: 100%; height: 36px; padding: 12px 0; position: relative; background-color: #045bb8; z-index: 3000; }
.mo_map_nav a { font-size: 12px; }
.mo_map_back, .mo_map_home { width: 36px; height: 36px; position: absolute; cursor: pointer; z-index: 3000; }
.mo_map_back svg, .mo_map_home svg { width: 36px; height: 36px; float: left; pointer-events: none; }
.mo_map_back { }
.mo_map_home { right: 12px; }
.mo_map_con { height: 100%; overflow-y: auto; }

.mo_map_list { padding: 0 0 90px 0px; }
.mo_map_list .map_list ul li { width:130px;/* padding:0 20px 0 0;*/}
.mo_map_list .map_list ul li a { font-size:12px;font-family: "雅黑",arial,verdana,sans-serif;  }

@media screen and (min-width:1200px) {
.mo_map_k { display:none; }

.mo_b_top { display:none; }
.e_menu_w{display: block;}
}
@media screen and (max-width:1199px) {
.mo_b_top { display: block; }
.e_menu_w{display:none;}
}
/*map*/
.js_b { width:auto; height:auto; overflow:hidden; padding:20px 10px 0;} 
.js_t { width:auto; height:20px; overflow:hidden; border-bottom:1px dashed #e0e0e0; padding:5px 0px; }
.js_t a { float: left; display:block; border-left:4px solid #045bb8; height:18px; line-height:16px; font-size:14px; color:#333; font-weight:700; padding-left:8px;  }
.map_list {width:auto; height:auto; overflow:hidden;}
.map_list ul { padding:10px;}
.map_list ul li { float:left; width:140px; height:30px; line-height:30px; overflow: hidden; background:url(2018120709515735694.png) 1px 50% no-repeat;  }
.map_list ul li a { font-size:14px; color:#333; padding-left:13px; }
.map_list ul li a:hover { color:#045bb8; }


.c_ban_w { height:161px;}
#ban_w { width:100%; height:161px; }

#ban_an {  height:30px; }
#ban_an .swiper-pagination-switch { width: 6px; height: 6px; border-radius:3px;   margin-top: 13px;  margin-right: 6px;}
#ban_an .swiper-active-switch { width:20px; }



.c_ban { width:100%;  height:auto; background-color:#dcdcdc; margin:0 auto;}
.c_ban_w { position:relative; width:100%; height:400px; overflow:hidden;}
#ban_w { width:100%; height:400px; }
#ban_w .swiper-slide { background-repeat:no-repeat; background-position:50% 0;}

#ban_an { position:absolute; bottom:0; left:0; z-index:5; text-align:center; width:100%; height:40px; overflow:hidden; background-image:url(2018113011023327255.png); background-repeat:repeat;}
#ban_an .swiper-pagination-switch {display: inline-block; width: 10px; height: 10px; border-radius:5px; background-color:#fff;  margin-top: 15px;  margin-right: 10px; cursor: pointer;}
#ban_an .swiper-visible-switch {}
#ban_an .swiper-active-switch { width:40px; }

.w_1 { width:auto; max-width:1920px;background-color:#045bb8;  margin:0 auto;}
.c_1 { height: auto; overflow:hidden; margin:0 auto; }



.e2_w { position:relative; background-color:#f1f2f3; }

#i_hd { width: 100%; height: 399px; overflow: hidden; }
.e2_i { position:relative; width: 525px; height: 399px; overflow: hidden;  }
.i_hd_img { width:100%; height: 399px; overflow: hidden; }
.i_hd_img img { width: 100%; height: 399px; }
.i_hd_tit { position:absolute; left:0; bottom:0;  width: 100%; height: 30px; line-height: 30px; overflow: hidden; opacity: 0.7; filter: alpha(opacity=70); *zoom: 1; background-color: #000000; z-index: 5; padding: 5px 0;  }
.i_hd_tit a { font-size: 16px; color: #fff; padding-left: 10px; font-family: "微软雅黑","雅黑",arial,verdana,sans-serif;}

#i_hd_nav { position: absolute; right:0px; bottom:2px; width: 85px; height: 20px; overflow: hidden; z-index: 10;top:375px;}
#i_hd_nav .swiper-pagination-switch {display: inline-block; width: 8px; height: 8px; border-radius:5px; background-color:#fff; margin-right: 8px; cursor: pointer;}
#i_hd_nav .swiper-visible-switch {}
#i_hd_nav .swiper-active-switch { background-color: #045bb8;}


.e_link_w {  height:30px; background-color:#303030; padding:20px 0 20px 0;  margin:20px auto 0; }
.wi1200{width:84%;  margin: 0 auto;}
.el_t { float:left; width:100px;  height:30px; line-height:30px; color:#fff; }
.el_t span { font-size:18px; color:#fff;    font-weight: bold;}
.el_b { float:left; width:1020px; }

.e_link_u { width:1020px;}
.e_link { float:left; width:260px; height:28px; border:1px solid #454545; background-color:#454545; position:relative; cursor:pointer; background-image:url(2022110910473850222.jpg); background-position:100% 50%; background-repeat:no-repeat; margin-right:20px;}
.e_link span { display:block; width:238px; line-height:28px; font-size:12px; color:#9d9d9d;  text-align:center;background: #454545;}

.e_link ul{ display:none; position:absolute; left:-1px; bottom:28px; overflow:hidden; width:260px; z-index:115; padding:5px 0px; background-color:#fff; border:1px solid #ddd; border-bottom:none; max-height:300px; overflow-y:scroll; }
.e_link ul li{ width:238px; height:26px; line-height:26px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.e_link ul li a{ display:block; font-size:12px; color:#666; line-height:24px; text-align:center;}
.e_link ul li a:hover{  color:#045BB8; }
.e_ft_a{    width: 84%;margin: 0 auto;}

.c_foot_w {  position:relative; width:auto; background-color:#303030; margin:0px auto 0; padding:0px 0 5px;width:84%;}
.c_foot_g{background-color:#303030; }
.c_ft_a { width:100%; line-height:30px;  overflow:hidden; margin:0 auto; }
.c_ft_a a { font-size:14px; color:#979797;  }
.c_ft_a span {  font-size:14px; color:#979797; margin:0 10px;  }
.c_foot { width:100%; position:relative; line-height:30px;  overflow:hidden; margin:0 auto; padding:0px 0 30px; center:left; }
.c_foot span { font-size:14px; color:#979797; margin:0px 0px 0px 0px;}
.c_foot span img { vertical-align:text-bottom; margin-right:5px; }
.ef_cord { position:absolute; right:0; top:-35px; width:100px; height:115px; overflow:hidden; text-align:center; }
.ef_cord img { width:90px; height:90px;}
.ef_cord span { font-size:12px; color:#fff; line-height:35px;}

.c_ban_w { position: relative; width:100%;  overflow:hidden; z-index:200; }
.c_ban { position:relative; width:100%; overflow:hidden;    background-repeat: no-repeat;background-position: 30% 0;}
.c_ban ul { position:relative; width:100%;}
.c_ban ul li { position:absolute; top:0; left:0;width:100%; height:300px; background-image:url(); background-repeat:no-repeat; background-position:50% 0; background-size:cover; }
.c_ban ul li.active {}
.c_ban .bgstretcher { margin:0 auto;}

.c_b_a { position:absolute; bottom:10px; left:50%; height:20px; overflow:hidden; z-index:300; }
.c_b_a ul {}
.c_b_a ul li { float:left; width:10px; height:10px; overflow:hidden; background-color:#045BB9; border:1px solid #fff; border-radius:8px; margin:0px 0px 0px  14px; box-shadow:0px 0px 5px #fff;}
.c_b_a ul li a { display:block; float:left; width:10px; height:10px; overflow:hidden; text-indent:-999px; } 
.c_b_a ul li.showPage { background-color:#e10f0f; border:1px solid #fff;}

#c_ban_w,#c_ban,#c_ban ul,#c_ban ul li  { height:200px; }
.h380{height:415px;background:#fff;}
.h310{height:310px;background:#fff;}
.h387{height:330px;background:#fff;}
.h170{height:175px;background:#fff;}
.top15{margin-top:15px;}
.top20{margin-top:20px;}
.z_1{width: 48%;float: left;}
.z_2{width: 32.5%;float: left;padding:0 1% 0 2%;}
.z2_w{position:relative;}
.z_3{width: 16%;float: right;}
.z_3_r{}
.z_3_r ul{}
.z_3_r ul li{width:100%;height:auto; margin-bottom:20px;text-align: center;line-height: 85px;}
.z_3_r ul li i{background-image: url(2022120714073762491.png);background-repeat: no-repeat; height: 45px;font-style: normal; padding:1px 5px 2px 35px; }
.z_3_r ul li i a{color:#fff;letter-spacing: 4px;}
.z_3_1 {background-position: 0px 0px; }
.z_3_2{background-position:0px -28px; }
.z_3_3 {background-position:0px -55px; }
.z_3_4 {background-position:0px -84px; }

.z_4{width: 31%;float: left;margin-right:25px;}
.z_5{width: 48%;float: left;margin-right:20px;}
.z_6{width: 50%;float: right;}
.c_l{width:calc(100% - 1.73rem);height: 100%;display: inline-block;overflow: hidden;}
.summary{margin-top: 0.1rem;font-size: 0.16rem;line-height: 0.3rem;color: #848484;display: block;height: 0.6rem;}

.e_ban_w { position: relative; width:100%; height:300px; overflow:hidden; z-index:200; }
.e_ban { position:relative; width:100%; height:300px; overflow:hidden;}
.e_ban ul { position:relative; width:100%; height:300px;}
.e_ban ul li { position:absolute; top:0; left:0;width:100%; height:300px;  background-repeat:no-repeat; background-position:50% 0; background-size:cover; }
.e_ban ul li.active {}
.e_ban .bgstretcher { margin:0 auto;}
.e_b_a { position:absolute; bottom:20px; left:50%; height:20px; overflow:hidden; z-index:300; }
.e_b_a ul {}
.e_b_a ul li { float:left; width:10px; height:10px; overflow:hidden; background-color:#fff; border:2px solid #045bb8; border-radius:8px; margin:0 0 0 14px; }
.e_b_a ul li a { display:block; float:left; width:10px; height:10px; overflow:hidden; text-indent:-999px; } 
.e_b_a ul li.showPage { background-color:#ca1b23; border:2px solid #fff;}


/*20230213*/

.main_container2 {
  width: 100%;
  padding:0.1rem 0.36rem 0.35rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
}

.director_div {
  border-right: 0.01rem #d4d4d4 dashed;
  padding-right: 0.4rem;
}

.director_div img {
  display: block;
}

.director_div .name {
  font-size: 0.2rem;
  text-align: center;
  margin-top: 0.26rem;
}

.director_div .job {
  text-align: center;
  font-size: 0.14rem;
  margin-top: 0.17rem;
}

.director_content {
  width: calc(100% - 2.38rem);
  padding-left: 0.37rem;
  font-size: .16rem;
  color: #666;
  line-height: .3rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.director_content p {
  margin-top: .1rem;
}

.leadership_team {
  width: 100%;
  margin-bottom: 0.3rem;
}

.yyzz {
  width: 100%;
  background: #ffffff;
  padding: 1rem 0;
  margin-bottom: 0.49rem;
  text-align: center;
}

.yyzz img {
  width: 100%;
  display: block;
}

.leadership_team_ul {
  background: #ffffff;
  padding: 0.25rem 0.4rem 0.35rem 0.4rem;
  margin-bottom: 0.1rem;
}

.leadership_team_ul .leadership_team_title {
  height: 0.51rem;
  border-bottom: 0.01rem solid #e5e5e5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.leadership_team_ul .leadership_team_title img {
  vertical-align: top;
}

.leadership_team_ul .leadership_team_title .name {
  color: #333333;
  font-size: 0.18rem;
  margin-left: 0.24rem;
  line-height: .28rem;
  font-weight: bold;
  vertical-align: top;
}

.leadership_team_ul .leadership_team_content {
  font-size: 0;
}

.leadership_team_ul .leadership_team_content .leadership_team_div {
  vertical-align: top;
  width: 25%;
  margin-top: 0.4rem;
  display: inline-block;
  text-align: center;
}

.leadership_team_ul .leadership_team_content .leadership_team_div .team_div_name {
  text-align: center;
  color: #333333;
  font-weight: bold;
  font-size: 0.16rem;
  margin-top: 0.05rem;
}

.leadership_team_ul .leadership_team_content .leadership_team_div .team_div_job {
  display: block;
  /*margin-top: 0.03rem;*/
  text-align: center;
  font-size: 0.14rem;
  line-height: .2rem;
  color: #333333;
}

/* 新增样式 */
.leadership_team_ul{
    display: none;
}
.main_container_title li{
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 33.33%; */
    line-height: 0.5rem;
    font-size: 0.2rem;
}
.main_container_title li:nth-child(1){
  width: 30%;
}
.main_container_title li:nth-child(2){
  width: 28%;
}
.main_container_title li:nth-child(3){
  width: 42%;
}
.main_container_title li.on{
  border-top: 2px solid #0054a7;
  background-color: #e5f2ff;
  font-size: 0.2rem;
}
.main_container_title{
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #d6d6d6;
}
.main_container_title .leadership_team_title .name{
  font-size: 0.2rem;
  line-height: .5rem;
}
.main_container_title img{
    margin-right: 0.1rem;
}
.main_container_title .leadership_team_title div{
    padding-top: 0.01rem;
}

.leadership_team_ul .leadership_team_content .leadership_team_div img {
  width: 190px;
  height: 238px;
}
.m_title{
    border-bottom: 1px solid #d6d6d6;
    margin:0.1rem 0 0.5rem;
}
.m_title b{
    padding:0  0.2rem 0.01rem;
    border-bottom: 2px solid #0054a7;
    
}
.m_introduce{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.m_introduce img{
  width: 260px!important;
  height: 325px!important;
}
.m_introduce b{
    font-size: 0.25rem;
    margin-top: 0.15rem;
    font-size: 0.18rem;
}
.m_introduce .m_zhi{
    font-size: 0.14rem;
}
.m_introduce .m_text{
    width: 90%;
    text-indent: 2em;
    line-height: 0.3rem;
    margin: 0.5rem 0;
    font-size: 0.14rem;
}
@media screen and (max-width:1440px) {
    .leadership_team_ul .leadership_team_content .leadership_team_div img {
      width: 150px;
      height: 170px;
    }
    .main_container_title li{
      font-size: 0.18rem;
      line-height: 0.5rem;
    }
    .main_container_title li.on{
      font-size: 0.18rem;
      line-height: 0.5rem;
    }
    .main_container_title .leadership_team_title .name{
      font-size: 0.18rem;
      line-height: .5rem;
    }
}
@media screen and (max-width:1400px) {
    .m_introduce img{
      width: 240px!important;
      height: 305px!important;
    }
    .main_container_title li{
      font-size: 0.18rem;
      line-height: 0.5rem;
    }
    .main_container_title li.on{
      font-size: 0.18rem;
      line-height: 0.5rem;
    }
    .main_container_title .leadership_team_title .name{
        font-size: 0.18rem;
        line-height: .5rem;
    }
    .leadership_team_ul .leadership_team_content .leadership_team_div img {
      width: 120px;
      height: 150px;
    }
}
@media screen and (max-width:1200px) {
    .m_introduce img{
      width: 220px!important;
      height: 285px!important;
    }
    .main_container_title li{
      font-size: 0.18rem;
      line-height: 0.45rem;
    }
    .main_container_title li.on{
      font-size: 0.18rem;
      line-height: 0.45rem;
    }
    .main_container_title .leadership_team_title .name{
        font-size: 0.18rem;
        line-height: .5rem;
    }
    .leadership_team_ul .leadership_team_content .leadership_team_div img {
      width: 130px;
      height: 150px;
  }
}
@media screen and (max-width:1000px) {
    .m_introduce img{
      width: 200px!important;
      height: 265px!important;
    }
    .main_container_title li{
      font-size: 0.17rem;
      line-height: 0.45rem;
    }
    .main_container_title li.on{
      font-size: 0.17rem;
        line-height: 0.45rem;
    }
  .main_container_title .leadership_team_title .name{
        font-size: 0.17rem;
        line-height: .45rem;
    }
    .main_container_title img{
        margin-right: 0.08rem;
    }
    
}
@media screen and (max-width:768px) {
    .m_introduce img{
      width: 180px!important;
      height: 245px!important;
    }
    .main_container_title .leadership_team_title .name{
        font-size: 0.15rem;
        line-height: .35rem;
    }
    .main_container_title li{
      font-size: 0.15rem;
      line-height: 0.35rem;
    }
    .main_container_title li.on{
      font-size: 0.15rem;
      line-height: 0.35rem;
    }
    .leadership_team_ul .leadership_team_content .leadership_team_div img {
      width:90px;
      height: 110px;
  }
}
@media screen and (max-width:700px) {
    .m_introduce img{
      width: 160px!important;
      height: 225px!important;
    }
    .main_container_title .leadership_team_title .name{
        font-size: 0.16rem;
        line-height: .3rem;
    }
    .main_container_title img{
        width: 30%;
    }
    .main_container_title li{
      font-size: 0.16rem;
      line-height: 0.3rem;
    }
    .main_container_title li.on{
      font-size: 0.16rem;
      line-height: 0.3rem;
    }
    .leadership_team_ul .leadership_team_content .leadership_team_div img {
      width:70px;
      height: 90px;
  }
}
@media screen and (max-width:480px) {
    .m_introduce img{
      width: 140px!important;
      height: 205px!important;
    }
    .main_container_title .leadership_team_title .name{
        font-size: 0.15rem;
        line-height: .3rem;
    }
    .main_container_title img{
        width: 20%;
    }
    .main_container_title li{
      font-size: 0.15rem;
      line-height: 0.3rem;
    }
    .main_container_title li.on{
      font-size: 0.15rem;
      line-height: 0.3rem;
    }
    .leadership_team_ul .leadership_team_content .leadership_team_div img {
      width: 50px;
      height: 70px;
    }
}
@media screen and (max-width:400px) {

    .m_introduce img{
      width: 120px!important;
      height: 150px!important;
    }
    .main_container_title .leadership_team_title .name{
      font-size: 0.13rem;
        /* margin-left: 0.14rem; */
        line-height: 0.2rem!important;
    }
    .main_container_title li{
      font-size: 0.13rem;
      line-height: 0.2rem!important;
        /* padding: 0.05rem 0; */
      /* font-size: 0.01rem; */
    }
    /* .main_container_title li:nth-child(3){
      width: 34%;
    } */
    .main_container_title li.on{
      font-size: 0.13rem;
      line-height: 0.2rem!important;
        /* padding: 0.05rem 0; */
        /* font-size: 0.01rem; */
    }
    .main_container_title{
        /* margin: 0 0.7rem; */
        flex-wrap: nowrap;
    }
    .leadership_team_ul .leadership_team_content .leadership_team_div img {
      width: 60px;
      height: 75px;
    }
    .leadership_team_ul .leadership_team_content .leadership_team_div .team_div_job {
      font-size: 0.12rem;
}
    .leadership_team_ul .leadership_team_content .leadership_team_div .team_div_name {
      text-align: center;
      color: #333333;
      font-weight: bold;
      font-size: 0.12rem;
      margin-top: 0.03rem;
      padding: 0  0.2rem;
  }
}